Is there a straightforward way to share private data between two or more users using CloudKit?
Public and private date are obvious, but there doesn\'t seem to be a way t
Using the public database and encrypting the shared content would work. Might not be too much fun because then you would need to share encryption keys.