简体   繁体   English

iOS 5-没有更多的UDID-即使删除了应用程序,如何保留一些关键数据来识别用户

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

I've just read on a blog that the UDID will not survive iOS 5. I use it as an identifier combined to an app ID I generate myself. 我刚刚在博客上读到,UDID将无法在iOS 5中生存。我将其用作与自己生成的应用程序ID组合的标识符。 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. 没有该UDID,我将只有应用程序标识符,但是由于它目前存储在userDefaukts中,因此如果卸载了该应用程序,它将被删除。

How may I do to keep it safe even if the app is deleted from the iPhone ? 即使从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. 我必须做到这一点,以确保我至少有一个稳定的标识符,即使它不是我用来识别用户的唯一标识符。

检查一下,它是专门为解决此问题而设计的: https : //github.com/gekitz/UIDevice-with-UniqueIdentifier-for-iOS-5

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM