I’m curious if it is possible to create a custom Persistent Storage Coordinator so that you could use Core Data to interact with different storage systems, i.e. Windows Azure or S3. Any help would be appreciated as I haven’t been able to find any information about custom Persistent Storage Coordinators.
I’m curious if it is possible to create a custom Persistent Storage Coordinator so
Share
You might want to look at the new support for NSIncrementalStore and NSIncrementalStoreNode in iOS5 (see documentation). These allow you to implement support for non-atomic persistent stores such as web services as a back-end for Core Data.