Skip to main content
Known Participant
July 28, 2011
Question

get udid

  • July 28, 2011
  • 2 replies
  • 1229 views

Hey people.

Is a possible get udid (read). I need a create a app for some ones.

And I like compare a list of udid come to a server side.

Tanks

Bruno Brustoloni e Oliveira

This topic has been closed for replies.

2 replies

July 29, 2011

There's no API to do this right now. However, in an upcoming AIR release you will  be able to write an adapter to allow your app to access native features that can performs functions like fetching UDID, etc.

On iOS, for example, you can have an adapter written in objective C, that can fetch UDID from the device, and your app can interact with this native adapter.

This would work for iOS/Android/RIM, but would require  different adapter code for each, naturally.

Known Participant
July 29, 2011

Tanks for your reply.

Participating Frequently
July 29, 2011

There's no way to get a unique ID from the device. (The issue is problematic even for native apps.) Google recommends generating and saving a randomized identifier for such purposes.

Known Participant
July 29, 2011

Tanks

I need identify a device.

If this device have permission go away.

If not block the app.

If I use a login and pass, another person make a download.

I need a true security type.

I need a exclusive information. A number have inside the device, similar a imac identification.

Is a possible get a serial Number?? Our another number have inside the device?

tanks for all

Bruno Brustoloni e Oliveira