views:

574

answers:

1

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?

+3  A: 

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:

http://stackoverflow.com/questions/1018155/what-do-i-have-to-do-to-get-core-data-to-automatically-migrate-models/1219911#1219911

Boon
Great! :) Somewhere to start...
epatel
Super :) Why didn't I find that last SOQ in my search?...will send you some extra rep :)
epatel