It is possible to append a record to a CKShare using
NSPersistentCloudKitContainer.share(objects, to: share)
but how can I reverse this operation and remove the object from share?
The workaround would be to delete and recreate the object, but is there any SDK function to do it right? The more I work with CoreData+CloudKit the more it seems like everything there is a workaround or hack or bug... This SDK is still in Alpha at best.
Collaboration
RSS for tagMonitor users, groups, and their attributes using Collaboration.
Posts under Collaboration tag
4 Posts
Sort by:
Post
Replies
Boosts
Views
Activity
I need to know which records belong to a specific CKShare. I can retrieve a share for a single record, but then having the CKShare I can't check what other records belong to it.
Is there any better way to do it without fetching shares for the whole database and grouping them?
Hi, I'm working on a virtual furniture placement app. I have used Object Placement example, and wonder if is possible to backup a anchor to cloud or share anchor to another device which will let users to view the same model in the same place? Thanks
in my app, i use sharelink with SWCollaborationMetadata to share collaboration in Message.when i click send button, the Message shows "An Error Occurred, Unable to start collaboration".
is there sombody to tell me how to fix it?