Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 ?

share|improve this question
possible duplicate of Using the NSUserDefaults – Stephen Darlington Nov 21 '11 at 7:42

1 Answer

up vote 0 down vote accepted

YES, it will. NSUserDefaults will be kept on upgrade. They are delete if you uninstall the app from the device.

share|improve this answer
thanks for your Replay – pratap shaik Apr 11 '12 at 7:14
@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 8:46
yes NSUserDefaults Does My Work it will store permanently – pratap shaik May 30 '12 at 6:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.