Each iPad has a unique DeviceID, but I'm having trouble finding how to obtain this through Appcelerator API. I've read this:
http://developer.appcelerator.com/blog/2011/10/the-new-way-we-udid.html
...and I'm seeing that Titanium.Platform.id is deprecated in favor of something that simply generates a unique ID. I don't want something generated by Titanium API -- I want the actual iPad DeviceID that never changes. Would that be the same as Mac Address? As in Titanium.Platform.macaddress ? Same as DeviceID?
2 Answers
Accepted Answer
Hi ZeroGravPro,
you can get this by... Ti.Platform.getId()
Your Answer
Think you can help? Login to answer this question!