the headline just about sums up my question: What happens to previously saved data in Core Data when I ship a new version of my app?
From what I understand, migration only matters for changes in the data model – still I want to be sure before I start building… Would be pretty awkward, if all the data was gone once the customer loads the shiny new version, wouldn’t it?
Just to be sure…
Please forgive my ignorance; I couldn’t find anything in the docs or the web.
the headline just about sums up my question: What happens to previously saved data
Share
All data is keet as it is, assuming you do not change the bundle name / Application Identifier.
You can see it on the simulator as it keeps the data just like on the device itself.