I'm really excited about the new public database options introduced in the "Sync a Core Data store with the CloudKit public database" talk!
I see in the documentation that the databaseScope refers to the CKDatabase.Scope which includes an option for the shared database.
Does this mean that we will be able to automatically sync CoreData records to a shared CloudKit database this year?
I would really like to add support to my app to sync data with friends through CloudKit, but with the existing system it is too much work to sync shared objects through a CKShare, so I have avoided building it so far. I'm really excited to start using the new changes. Thanks!
I see in the documentation that the databaseScope refers to the CKDatabase.Scope which includes an option for the shared database.
Does this mean that we will be able to automatically sync CoreData records to a shared CloudKit database this year?
I would really like to add support to my app to sync data with friends through CloudKit, but with the existing system it is too much work to sync shared objects through a CKShare, so I have avoided building it so far. I'm really excited to start using the new changes. Thanks!