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!