I have a little question regarding NSUserDefaults
. When the application is deleted, what happens to the values stored in the NSUserDefaults
? Do they get deleted as well?
When I remove a app and reinstall it from the app store the previous NSUserDefaults
values are loaded?