I'm currently building a solution to sync Core Data records to CloudKit.
I need help to find out it what I want to do with CKRecord is feasible.
I’ve checked the Apple CloudKit documentation, experiment and searched the web, but I didn’t find the kind of answer I want.
I would like to initialize the CKRecord with having zoneID and also recordID that I would supply in init method.
The initializer seems to force me to choose between the two. I
want to create my own ZoneID (not using default), and also set the recordID instead of having it being autogenerated.
Would that be possible?