如何使用钛合金appcelerator获取Android/iPhone设备唯一ID?
我们正在使用 Titan Appcelerator 来开发 iPhone 和 Android 应用程序。我们希望获得用于用户注册的唯一设备 ID。钛有没有API可以做同样的事情。如果没有,我将如何获取信息?非常感谢带有代码示例的答案。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用此代码:
Titanium.Platform.getId();
Use this code:
Titanium.Platform.getId();
我不知道钛合金加速器。
但是尝试使用以下代码来获取设备 ID
并且您应该将以下权限添加到您的 Manifest.xml 文件中:
谢谢
迪帕克
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