objective C iOS Device ID in iOS7

前端 未结 2 531
天命终不由人
天命终不由人 2021-01-20 02:19

I want to ask that whether objective C can obtain a unique device ID of the Device. \"uniqueIdentifier\" is deprecated in iOS7 and I try to use \"identifierForVendor\" but i

相关标签:
2条回答
  • 2021-01-20 02:40

    in my case i used keyChain to save first generated UUID then i used it as unique device id it still persistent even if after uninstalling the app

    0 讨论(0)
  • 2021-01-20 02:47

    iOS does not allow you to identify a device universally anymore. That is the basic idea behind removing access to UDID and Mac address. You need to change the design of your application to adapt to these new circumstances.

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