Search code examples
iosobjective-ccore-datacore-data-migration

Is Core Data migration required when no change in Core Data entities?


I have a app on app store & we need to update app with some new feature but our Core Data structure is same as the old one.

So is the core data migration required thing to do with every new release of app ?

Please help


Solution

  • No, it does not required to update version. Only when you need to update if you change/add entity/attribute/etc. of core data.