Open daveymcgav opened 8 years ago
Since the public database doesn't support atomic operations, a change will need to be made in the saveRecord:completionHandler:
method in CKDatabase. It should check its isPublic property and if it is YES, then set the atomic
property on the CKModifyRecordsOperation to NO right after it is created.
Trying to save a new CKRecord to the public database results in this error:
Code (that works with regular CloudKit.framework):
` CKContainer *container = [CKContainer containerWithIdentifier:@"iCloud.com.loopware.iFlash"];
`