I have looked all over the forum, but can’t seem to really find the definitive answer. With the phasing out of UDID, what does system.getInfo(“deviceID”) return for iOS 5?
Specifically, I am trying to understand if that deviceID is unique to a particular device? or a particular install (so a randomly generated number when the app is installed)?
2 Specific examples/questions:
-
If the same iTunes user where to install my app onto 2 different devices, I am assuming the deviceID would be different for each install?
-
If someone where to pirate my app using a jail broken phone. Would the system.getInfo(“deviceID”) return a different information on the new jail broken phone. Since technically, the app was “installed” on the phone as the phone from which the app is pirated? Here, it really depends on if the ID is unique per install, and how it is generated?
[import]uid: 41124 topic_id: 20344 reply_id: 320344[/import]