Reputation: 1089
I have implemented Core Data as local storage for a new app and now want to enable iCloud synchronising across devices. I've been reading the documentation and some tutorials but can't get my head around how to switch between local and cloud storage, and how to synchronise changes from iCloud when cloud storage is enabled. Would somebody mind summarising the process so I can then go and research each stage? Thanks in advance!
Upvotes: 3
Views: 668
Reputation: 1089
I've managed to get this working by following this tutorial:
http://corsarus.com/2015/using-core-data-in-ios-part-4-core-data-syncing-with-icloud/
To summarise the changes I needed to make to my existing Core Data app:
Swapping between local and cloud storage will be less straightforward but I'm confident that I understand enough now to give this a try.
Upvotes: 2