After the upgrade of the app, the value of NSUserDefaults is lost?
If I delete the app and restore it, and then restore the data from iTunes backup, will the value of NSUserDefaults be lost?
You do not give up when you upgrade the app, the value of NSUserDefaults.
Even when you delete and reinstall the app, you also reset all NSUser default keys, so you can lose data (i.e. your score etc.). Restoring from backup does not lose the NSUserDefaults value, because you have stored the value in iTunes and iTunes, giving it back the value again.
Comments
Post a Comment