CloudKit CKdatabaseOperation does not throw error in simulator depending on .qualityOfService setting
问题 I am basically messing around with CloudKit. I have 2 questions that I would like some help/education with. (1) When I try to run the following code in the simulator with WiFi Turned off (To simulate network unavailability), I expect it to throw network unavailable error. However, cloudKit does not throw any error and the function does not do anything either i.e. does not execute either of the print statements inside the modifyRecordZonesCompletionBlock self.container = CKContainer.default()