I wrote some code for NSUserdefaults and I sent the values. I released the app. Again I to want relase the app with new version (1.1). Will NsUserDefaults keep the values set in version 1.0 ?
Asked
Active
Viewed 66 times
-1
-
possible duplicate of [Using the NSUserDefaults](http://stackoverflow.com/questions/8208485/using-the-nsuserdefaults) – Stephen Darlington Nov 21 '11 at 07:42
1 Answers
0
YES, it will. NSUserDefaults will be kept on upgrade. They are delete if you uninstall the app from the device.

Oliver
- 23,072
- 33
- 138
- 230
-
@pratapshaik:You're welcome. If the answer is ok for you, don't forget to accept it or upvote it :-) – Oliver Apr 11 '12 at 08:46