I have seen programs that do this, like the very useful 'BetaHelper' application.
我见过这样做的程序,就像非常有用的'BetaHelper'应用程序一样。
How do I get the Unique Device Identifier of the iPod of iPhone that my application is running on?
如何获取运行我的应用程序的iPhone的iPod的唯一设备标识符?
1 个解决方案
#1
[[UIDevice currentDevice] uniqueIdentifier]
[[UIDevice currentDevice] uniqueIdentifier]
#1
[[UIDevice currentDevice] uniqueIdentifier]
[[UIDevice currentDevice] uniqueIdentifier]