• I have an app that I’m adding CloudKit Sharing support to, using the Core Data+CloudKit integration.  I have an NSManagementObject that I’ve conformed to Transferable using the CKShareTransferRepresentation(exporter:), and that works great for creating new shares.  However, if I later open the ShareLink on an entity that is already shared, I get basically the same view, not the view that shows the existing participants.  Is this expected?  Is there a different control I should use here?