vindor標示符 (idfv-identifierforvendor)
這種叫法也是在ios 6中新增的,不過獲取這個idfv的新方法被新增在已有的uidevice類中。跟advertisingidentifier一樣,該方法返回的是乙個nsuuid物件。
nsstring *idfv = [[[uidevice currentdevice] identifierforvendor] uuidstring];
蘋果官方的文件中對identifierforvendor有如下這樣的一段描述 :
devices regardless of vendor.
如果滿足這樣的條件,那麼獲取到的這個屬性值就不會變:相同的乙個程式裡面-相同的vindor-相同的裝置。如果是這樣的情況,那麼這個值是不會相同的:相同的程式-相同的裝置-不同的vindor,或者是相同的程式-不同的裝置-無論是否相同的vindor。
ps:解除安裝後安裝值不變
示例: 599f9c00-92dc-4b5c-9464-7971f01f8370
IOS 唯一標示符
在2013年3月21日蘋果已經通知開發者,從2013年5月1日起,替代的方案是開發者應該使用 在ios 6中介紹的vendor或advertising標示符 cfuuid方法用來建立cfuuidref,並且可以獲得乙個相應的nsstring,如下 cfuuidref cfuuid cfuuidcre...
ios唯一標示符
1.udid nsstring uuididentifier nsuuid uuid uuidstring 唯一手機標示,非常好用,永遠不變,但在ios5之後已經被廢棄。2.cfuuidref 和 nsuuid nsstring uuididentifier nsuuid uuid uuidstri...
iOS唯一標示符引導
在2013年3月21日蘋果已經通知開發者,從2013年5月1日起,替代的方案是開發者應該使用 在ios 6中介紹的vendor或advertising標示符 cfuuid方法用來建立cfuuidref,並且可以獲得乙個相應的nsstring,如下 cfuuidref cfuuid cfuuidcre...