Apple对UDID废弃的声明早从iOS4开始,iOS5中需要慎重使用。而在iOS6中终于提供了UDID的替代产品identifierForAdvertising和identifierForVendor。Apple对其的描述如下:
@property(nonatomic,readonly,retain) NSUUID *identifierForAdvertising NS_AVAILABLE_IOS(6_0); // a UUID that may be used to uniquely identify the device for advertising purposes, same across apps.
Note: identifierForAdvertising会在系统reset时重新生成。
@property(nonatomic,readonly,retain) NSUUID *identifierForVendor NS_AVAILABLE_IOS(6_0); // a UUID that may be used to uniquely identify the device, same across apps from a single vendor.
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。