Post

Replies

Boosts

Views

Activity

Reply to I cannot get any zones from fetchAllRecordZones
Edits: I see in the cloudkit dashboard there is shared database zone with zone name: userProfileZone and owner name _9d4825db9b0aa911655e420ec0016129. But the below code after fetching CKRecordZone from shared database returns nil self.sharedDB?.fetchAllRecordZones(completionHandler: { (ckrecordZones, error) in if error != nil {print(ckrecordZones?.first?.zoneID.zoneName)} } I dont know why it is not returning the zone
Jul ’20