python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to setup the completion handler for fetch(withQuery: , inZoneWith: ) cloudKit func
I'm working on a store management system that uses cloudKit to store the users data. I have custom zones set up within the private database with some pre populated data.
I have the func loadCustomerAr...
JonGrimes20
Votes: 0
Answers: 1
Understanding how to correctly execute CKQueryOperation
I'm working with CloudKit for the first time and am having trouble executing a CKQueryOperation to query all records of a given type. It doesn't help that Apple has deprecated most of the stuff I've f...
JonGrimes20
Votes: 0
Answers: 1
Swift CloudKit and CKQuery: how to iteratively retrieve records when queryResultBlock returns a query cursor
I am using CloudKit to retrieve records from a private database using CKQuery, using the CKQueryOperation.queryResultBlock in an async function. I've found several examples of this using queryComplet...
tson2095
Votes: 0
Answers: 2
CKQuery -Specific Field with Specific Value
How can I query for this field myId with this specific id -MqXU-kKVhl5ef10XD
post:
let database = CKContainer(identifier: "iCloud.com.myCo.myApp").publicCloudDatabase
let record = CKRecord(...
Lance Samaria
Votes: 0
Answers: 1