is there a unique device ID that I can use in Flash Builder/AS3 to differentiate between devices in a Flex mobile project?
I am trying to circumvent having to code a login/registration system.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unique ID’s are no longer available in iOS 5, so your best approach is to create a unique ID for each device the first time the application launches. You can use the Encrypted Local Store to save this value if you are using AIR 3 or greater.
You can use a utility like this one to create a unique ID: http://old.nabble.com/Generating-Random-Unique-ID-td21303353.html