objective C iOS Device ID in iOS7

前端 未结 2 560
天命终不由人
天命终不由人 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: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.

提交回复
热议问题