我四处寻找,我发现了这个:
NSString *uid = [[UIDevice currentDevice] uniqueIdentifier];
这就是我需要的吗?我是开发新手,想学习如何使用此代码。非常感谢任何帮助。非常感谢 :)
我四处寻找,我发现了这个:
NSString *uid = [[UIDevice currentDevice] uniqueIdentifier];
这就是我需要的吗?我是开发新手,想学习如何使用此代码。非常感谢任何帮助。非常感谢 :)
是的,你走的是正确的道路
不要使用这个
[[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/