Retain NSUserDefaults on update
I released an app that uses NSUserDefaults to store a users high score among other things. Im about to release a new version and Im wondering how this will affect the save information from NSUserDefault.
Will the update retain the info stored by the first version or will it completely erase any stored information?
I really wouldn't want the user to lose their high scores or anything like that.
|