8

What are the recommended steps to be done for migrating Core Data DB changes for updated iPhone apps already shipped?

Is there any prior step one need (should) have done before shipping a Core Data app?

epatel
  • 45,805
  • 17
  • 110
  • 144

1 Answers1

11

Apple has published a guide with regards to this topic: Introduction to Core Data Model Versioning and Data Migration Programming Guide

If you find the guide hard to follow (and it can be), this SO post may come in handy too:

What do I have to do to get Core Data to automatically migrate models?

Community
  • 1
  • 1
Boon
  • 40,656
  • 60
  • 209
  • 315
  • Super :) Why didn't I find that last SOQ in my search?...will send you some extra rep :) – epatel Aug 11 '09 at 19:45
  • That link to the Introduction to Core Data Model Versioning is not available anymore. – Alexandre Lins Apr 29 '14 at 13:10
  • Try this: https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/CoreDataVersioning/Articles/Introduction.html – Boon Apr 29 '14 at 18:13