We are using the titanium appcelerator for developing the iPhone and android app. We would like to get the unique device id for user registration. Does titanium has any api to do the same. If not, how will I get the info? Answers with code samples are much appreciated.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Use this code: Titanium.Platform.getId(); |
|||||||||
|
|
I donot know about Titanium appcelerator. But Try with the following code to get device id
And you should add the following permission into your Manifest.xml file:
Thanks Deepak |
|||||
|