-1

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 ?

Oliver
  • 23,072
  • 33
  • 138
  • 230
pratap shaik
  • 165
  • 1
  • 9

1 Answers1

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