Always get a unique device id in iOS 7

后端 未结 7 2166
予麋鹿
予麋鹿 2020-12-12 17:36

Our iOS application is for specific users. So, we used device unique identifier for user identification. This approach works fine till iOS 6, because we are

相关标签:
7条回答
  • 2020-12-12 18:17

    What is UDID replaced with?

    For now it looks like Apple plan to replace UDID’s with two different identifiers: Vendor IDs and Advertising IDs.

    Vendor IDs

    ID that is identical between apps from the same developer. Erased with removal of the last app for that Team ID.

    Advertising IDs

    Unique to the device. Available to all applications; used for advertising — iAd has converted from UDID for iOS 6 and later. Reset with “Erase All Content & Settings”.


    For the most part, Vendor IDs will allow developers with multiple apps to identify you as the same user across all their apps. This can help developers understand their audience better and provide a better service.

    Advertising IDs will still create a unique identifier for the device but unlike the UDID, this can be turned off or reset, just as cookies can be controlled in the browser on your desktop or laptop.

    With the announcement of iOS7 earlier this week, Apple took an additional step, which was to turn off another unique identifier — the “MAC Address” that app developers and advertising companies could use instead of the new Advertising ID. By closing this loophole, Apple is taking the good step of forcing these companies to only use a cross-app identifier that users can control.

    What remains to be seen is whether the targeting companies will continue to seek ways around Apple’s mandate. Other technologies, like “device fingerprinting,” have been developed to uniquely identify your device outside of Apple’s framework. Whether Apple will crack down on these methods remains to be seen.

    0 讨论(0)
提交回复
热议问题