0

我四处寻找,我发现了这个:

NSString *uid = [[UIDevice currentDevice] uniqueIdentifier];

这就是我需要的吗?我是开发新手,想学习如何使用此代码。非常感谢任何帮助。非常感谢 :)

4

2 回答 2

0

是的,你走的是正确的道路

参考http://developer.apple.com/library/ios/#documentation/uikit/reference/UIDevice_Class/Reference/UIDevice.html

于 2013-05-10T04:53:29.540 回答
0

不要使用这个

[[UIDevice currentDevice] uniqueIdentifier]

它在 ios 5 中已被弃用,您的应用程序将被拒绝。 http://www.macrumors.com/2013/03/21/apple-will-no-longer-approve-apps-using-unique-device-identifier-udid-beginning-may-1/

于 2013-05-10T05:23:49.357 回答