Hi all,
I'm using [NSUserDefaults standardUserDefaults] for storing application settings.
My questions are:
- do those settings are removed on app deletion?
- are they kept after an application update (through the AppStore)?
Because I'm using it to store a password and don't want my users to reset them at each update. Also, I'd like that the only way to reset the password would be to remove the app and re-install it.
Is NSUserDefault the right choice?
Thanks, Jérémy