I've set up Core Data mirroring using NSPersistentCloudKitContainer and it works well. I also managed how to create share for records. But how I can get shared record synced with the non-owner's Core Data?
Example: User A (owner) shared record with user B, how that record (with 1-to-many relationship) can be synchronised with user B Core Data?