我一直在研究ASIdentifierManager
框架来获取新UUIDString
的,标识符应该在 iOS 6 中替换 UDID,并且可以由用户停止或不停止设置。
在模拟器和 iPhone 4S 上一切正常,但在 iPhone 3GS 上(更新了 iOS 6!)我得到的 UUIDString 如下:
00000000-0000-0000-0000-000000000000
这就是我得到它的方式:
if ([ASIdentifierManager sharedManager])
NSLog(@"%@", [[[ASIdentifierManager sharedManager] advertisingIdentifier] UUIDString]);
有谁知道为什么?你遇到过这个问题吗?
谢谢