Access Same Stores?
If copies of the same model reside in different applications, will they use the same default store location when used by the same user?
iMac
If copies of the same model reside in different applications, will they use the same default store location when used by the same user?
iMac
Model?
What model?
CoreData NSManagedObjectModel
I'm going to guess that the model opens a store for the application in which it is called, or in which it resides, or to which it is assigned, and that if I want more than one application to share the same data store I will have to specify that store. If I'm wrong, or if this is not the right way to go about using the same model in a way that makes the data accesible in/out to different applications, please post a reply.
Access Same Stores?