Disregard old CoreData Model and use new updated model for users who are updating to new version of app?

30 Views Asked by At

My app gets less than 5 downloads per month. I don't think it has any active users. In this case, how do I just use the latest changes of the CoreData model without migrating. The model is for AppSettings, and always just a singe record, which will get many changes in app updates. Rather than migrating, how could my app just replace old settings model with the newest and just use reset default values.

I have another model, for more important user data, this model will get updated normally with migration, but the AppSettings Coredata entity model should get replaced and reset with latest if the update contains changes to the entity?

0

There are 0 best solutions below