When a user logs into my iPhone app. I store their user ID and related information in [NSUserDefaults standardUserDefaults]. Therefore, they are not required to register every time they access my application.
When my application is live on the app store and I make code updates, this information will be lost - then will they be required to log in? If so, how can I save this information when creating updates?
And while I can’t imagine how this happens, but if the user wants to remove my application after installing it, how do I know that they deleted it? I use push notifications and I want to note that the user is inactive, so I do not continue to issue notifications to them.
Thank you very much Cheryl
source
share