I have an existing application using Core Data on the iPhone. Occasionally there would be updates to the application's data delivered as updates to the App Store. In my perfect world, building an application to edit the data in the updates with an OS X application and copying the sqlite database to my iPhone app bundle would be a relatively pain-free way to do this.
Is it possible to move sqlite database (assuming they use the same data model) between OS X and iPhone OS?
What are the things I should watch out for that isn't portable between (like 32-bit vs. 64-bit data)?
Are there better alternatives that I'm overlooking?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…