Search code examples
ioscore-datacloudkitcksharenspersistentcloudkitcontainer

Share Core Data between users with NSPersistentCloudKitContainer


Apple introduced the NSPersistentCloudKitContainer with iOS 13 which enable us to use CloudKit with Core Data. I got it working pretty much instantly on different devices but my main issue is still left.

Is it possible to share the data in an easy way with other users? I've been reading on CKShare but don't see how I can go from NSPersistentCloudKitContainer to that in an easy way.


Solution

  • As announced in WWDC 2021, you can now share to other iCloud users. https://developer.apple.com/videos/play/wwdc2021/10015/