2

I have iPhone 4 with iOS 6.0 .
This property

[UIDevice currentDevice].identifierForVendor.UUIDString 

always returning the all zeros ( 00000-----) .
Help me to fix this issue.
I have searched in the google.
I did the restart,deleted the app ... . But no use .

4

1 回答 1

2

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

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

在你的列表中?

于 2012-12-27T08:03:58.700 回答