Search code examples
iosswiftcore-dataicloud

How to sync Core Data with iCloud in Swift 3


Is it possible to synch Core Data with iCloud? I read somewhere that Apple doesn't support this anymore. What should we do?


Solution

  • At the moment – macOS10.12 and iOS10 – iCloud Core Data is deprecated but still operational.

    In the next major releases macOS10.13 and iOS11 the functionality will be (probably) removed and you have to use CloudKit or a third party solution.