Stephen
Stephen

Reputation: 4813

Database changes after App is in store

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

Answers (1)

tobiasbayer
tobiasbayer

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

Related Questions