Reputation: 4813
Folks,
I just have a quick question about updating my app after it is in the store. If I want to add an attribute to an entity in Core Data would I have to create some sort of conversion process.
Regards, Stephen
Upvotes: 1
Views: 83
Reputation: 10379
I assume you are talking about Core Data. Have a look at the model versioning guidelines: http://developer.apple.com/iphone/library/documentation/cocoa/Conceptual/CoreDataVersioning/Introduction/Introduction.html
Upvotes: 1