Apple對UDID廢棄的聲明早從iOS4開始,iOS5中需要慎重使用。而在iOS6中終于提供了UDID的替代產(chǎn)品identifierForAdvertising和identifierForVendor。Apple對其的描述如下:
成都創(chuàng)新互聯(lián)是專業(yè)的濱海網(wǎng)站建設(shè)公司,濱海接單;提供成都網(wǎng)站制作、成都做網(wǎng)站、外貿(mào)營銷網(wǎng)站建設(shè),網(wǎng)頁設(shè)計,網(wǎng)站設(shè)計,建網(wǎng)站,PHP網(wǎng)站建設(shè)等專業(yè)做網(wǎng)站服務(wù);采用PHP框架,可快速的進(jìn)行濱海網(wǎng)站開發(fā)網(wǎng)頁制作和功能擴(kuò)展;專業(yè)做搜索引擎喜愛的網(wǎng)站,專業(yè)的做網(wǎng)站團(tuán)隊(duì),希望更多企業(yè)前來合作!
@property(nonatomic,readonly,retain) NSUUID *identifierForAdvertisingNS_AVAILABLE_IOS(6_0);// a UUID that may be used to uniquely identify the device for advertising purposes, same across apps.
Note: identifierForAdvertising會在系統(tǒng)reset時重新生成。
@property(nonatomic,readonly,retain) NSUUID *identifierForVendorNS_AVAILABLE_IOS(6_0);// a UUID that may be used to uniquely identify the device, same across apps from a single vendor.