I have been trying very unsuccessfully to create a simple UIManagedDocument library style application (separate documents saved to iCloud).

I am confused with the following:

Do I subclass UIManagedDocument and set up the persistentStoreCoordinator, ManagedObjectModel & ManagedObjectContext within this subclass, or are these supposed to be configured within the AppDelegate (and if so, how do I go about refreshing the persistentStoreCoordinator to look at the new file - it seems that once that has read a persistentStore that I can't get it to read a new persistent store)?

link|improve this question

57% accept rate
feedback

2 Answers

up vote 3 down vote accepted

Download the sample from the given link, it will help you to solve your problem

core-data-documents-using-icloud

link|improve this answer
Thanks Mudit that will definitely help a lot! – adamteale Jan 8 at 12:02
feedback

As the person who wrote the core-data-documents-using-icloud code, I'd also like to point you to the accompanying blog post. It has some additional information that might prove useful.

Syncing Multiple Core Data Documents Using iCloud.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.