Posts

Post marked as Apple Recommended
2.7k Views
Hi, I love how CoreData and CloudKit work together. However, it seems like the need to use custom zones for CloudKit user-to-user sharing means not getting the great synchronization of CloudKit and CoreData. What is the recommended approach and better, where can I get more detailed developer documentation? The developer.apple.com/documentation seems incomplete. Thanks so much !
Posted Last updated
.
Post not yet marked as solved
2 Replies
1.3k Views
Hi, In SwiftUI, we can work with CoreData and CloudKit mostly without doing anything special because CloudKit is managing everything for us in terms of saves, deletes, creates, and updates. However, if I want to share cloudkit records, I would like to access the associate CKRecord of a core data entity. Can someone please help me understand how to go about this? I cannot find any information that shows this in SwiftUI scenarios. Documentation and examples that I have found assume UIKit frameworks that are working with the CKRecords directly from the start.Thank you!
Posted Last updated
.