Getting BAD_REQUEST on the CloudKit log when the app tries to save data:
CKContainer(identifier: "iCloud.XXXX").publicCloudDatabase.save
Any ideas, please?
Getting BAD_REQUEST on the CloudKit log when the app tries to save data:
CKContainer(identifier: "iCloud.XXXX").publicCloudDatabase.save
Any ideas, please?
Oversight... Record type was int when it should have been string. Solved!
Oversight... Record type was int when it should have been string. Solved!