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 ?
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.
|
|
YES, it will. NSUserDefaults will be kept on upgrade. They are delete if you uninstall the app from the device. |
|||||||
|