开发者

iOS 5 - No more UDID - How to keep some critical datas to identifiy the user even if app is deleted

开发者 https://www.devze.com 2023-04-11 13:07 出处:网络
I\'ve just read on a blog that the UDID will not survive iOS 5. I us开发者_开发知识库e it as an identifier combined to an app ID I generate myself. Without that UDID, I will just have the App Identifi

I've just read on a blog that the UDID will not survive iOS 5. I us开发者_开发知识库e it as an identifier combined to an app ID I generate myself. Without that UDID, I will just have the App Identifier but as it is stored in the userDefaukts for the moment, it is deleted if the app is uninstalled.

How may I do to keep it safe even if the app is deleted from the iPhone ? I have to achieve this to ensure that I have at least one stable identifier, even if it's not the sole one I use to identify the user.


Check this out, its designed specifically for this problem: https://github.com/gekitz/UIDevice-with-UniqueIdentifier-for-iOS-5

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号