views:

30

answers:

1

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

A: 

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

tob
Yes, I meant Core Data, I've reworded the question accordingly. Reviewing link now...
Stephen