Share Core Data between users with NSPersistentCloudKitContainer
问题 Apple introduced the NSPersistentCloudKitContainer with iOS13 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. 回答1: There are methods on NSPersistentCloudKitContainer for accessing the underlying cloudkit records: https:/