Why did my unique device ID change?

孤者浪人 提交于 2019-12-03 04:01:20
JSA986

The unique device id does not persist This has been asked many times before and you should find some good info on here. A quick Google search brings up the following.

https://stackoverflow.com/search?q=iOS+UDID+replacement

Persistent UDID equivalent for iOS 7?

UIDevice uniqueIdentifier Deprecated - What To Do Now?

iOS unique user identifier

general advice is to use CFUUID to create your own UUID, then persist it in the keychain

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!