如何在iphone中编程查找UUID?
我想通过编程获取iphone的UUID并将其存储在我的数据库中。
我可以使用UUID来检查应用程序是否被购买吗?
我怎样才能得到它?
I want to fetch UUID of iphone by programming and also want to store it in my database.
Can I use UUID to check whether the app is purchased or not ?
How can I get it ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
在文档中搜索“UDID”花了五秒钟才找到。
不可以,您无法从 UDID 收集信息。
有关 UDID 的更多信息,请查看
UIDevice
文档。一般来说,单独的 UDID 应该很少使用,因为设备可以传递给具有不同 iTunes 帐户的不同人。Took five seconds to find with a search for "UDID" in the docs.
No, you cannot gather information from the UDID.
Check the
UIDevice
docs for more information about the UDID. In general, the UDID alone should be used rarely, as devices can be passed on to different persons with different iTunes accounts.试试这个代码:
try this code:
使用如下
Use below