如何使Label显示设备唯一代码sck为UDID或序列号?

时间:2013-05-10 03:48:28

标签: ios objective-c label

我正在搜索周围,我发现了这个:

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

因此我需要什么?我是开发新手,想学习如何使用这段代码。任何帮助非常感谢。非常感谢你:)

2 个答案:

答案 0 :(得分:0)

答案 1 :(得分: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/