您好,登錄后才能下訂單哦!
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進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。