Reputation: 1468
If I update my old app that's currently in the App Store by creating a new Project that has the same Bundle ID, will my users lose the data they've stored in NSUserDefaults
?
All the code will just be copy/pasted to new project; enabling ARC will be the primary change.
Upvotes: 3
Views: 121
Reputation: 50727
No, users will not lose data if you update your app using the same bundle ID. Yes, changing your app to ARC is allowed and will not affect the users data.
Upvotes: 5