appcelerator のドキュメントによると:
Titanium.Platform.id : StringREADONLY
Applications's globally-unique ID (UUID).
On Android, this may be the UDID (unique device ID). For iOS, this is a unique identifier for this install of the application.
Previously on iOS this may have been a UDID, but access to this has been restricted by Apple.
Androidでは、UDIDである可能性があるとドキュメントに記載されているため、UDIDまたはその他の一意の識別子を返しますか。
iOS の場合と同様に、UUID のみが使用可能です。これは、次の CFUUID、NSUUID、またはベンダーの識別子のいずれかと同じですか。