When Apple deprecated the API call to get the UDID of the device, they provided an alternative that is as good as a UDID for a given vendor. This ID is the same no matter how many apps from the same vendor are installed or how many times a particular app is deleted and reinstalled. This is particularly useful during development but it has operational advantages as well. Curious to know why the Appcelerator developers have not used what Apple has provided and instead went with a UUID generated at install time. A marketplace module would be a overkill just to get the ID but, if it's light, I wouldn't mind using it. Are there?
↧