[UIDevice currentDevice] .identifierForVendor.UUIDString返回全零

时间:2012-12-27 06:25:46

标签: ios objective-c uniqueidentifier udid

我有带iOS 6.0的iPhone 4。
这个属性

[UIDevice currentDevice].identifierForVendor.UUIDString 

始终返回全零(00000 -----)。
帮我解决这个问题。
我在谷歌搜索过。 我做了重启,删除了应用程序....但没用。

1 个答案:

答案 0 :(得分:2)

identifierForVendor可能需要您在Apple的会员中心注册一个应用ID,并且它是唯一的(不是通配符ID)。因为这应该是从应用程序ID的某些部分生成UUID。

您的应用ID是否设置为唯一,例如: com.mycompany.myapp

在你的plist中