I believe Titanium.Platform.id on Android would return the UDID, however apparently the UDID is deprecated on iOS and Apple wants us to be using the UUID (which I believe is an ID that is unique to each application and each USER that uses it instead of the device ID which is deprecated).
My question is: Does Titanium.Platform.id return the UUID on iOS in Titanium SDK 3.5.0? Can I rely on Titanium.Platform.id for uniquely identifying users?