18 Jun 2014
Tom on CloudKit
In contrast CloudKit is not actually a sync mechanism. Instead it’s a transfer mechanism, where your app must explicitly initiate all data transfers.…
This all means that using CloudKit in an app will more closely resemble third party cloud solutions like Azure or Parse.
As a result, using CloudKit will likely mean more code in your app than using iCloud with Core Data. On the other hand, CloudKit’s more direct and less magical approach to dealing with cloud-based data should be more reliable.