up vote 3 down vote favorite
3
share [g+] share [fb]

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?

link|improve this question

70% accept rate
feedback

1 Answer

up vote 5 down vote accepted

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?

link|improve this answer
Great! :) Somewhere to start... – epatel Aug 11 '09 at 19:35
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
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.