iPhone UUID change when App Updated?

旧街凉风 提交于 2019-12-05 16:53:48

Save out your created UUID into user preferences for the app, which should be backed up - if they restore the app from a backup you'll get back the UUID.

If you want to be even more sure you can get back the same UUID, save the generated UUID into the keychain - the keychain is kept intact even after you delete an app (not sure if that's guaranteed forever but it is the effect).

UDID doesn't change,but it's deprecated. Device ID might change. One can use MAC address if wifi is on, which is pretty much given.

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