Saving master data after updating the application

I use basic data to store user favorites. I would like to know that if I send an application update, how can I save the data of the favorites saved after the user updates the application?

I read that you can use version control, but I'm not sure if this is the correct method.

Any help would be appreciated! Thanks

+3
source share
1 answer

If your application supports the same package identifier and you do not copy the main data store file, you save it.

Core Data, . . , , , ( ), .

+1

All Articles