I am trying to implement syncing with CloudKit. To fetch changes from the server i am using CKFetchRecordZoneChangesOperation. However recordZoneChangeTokensUpdatedBlock not called at all. Here is the code: I am trying to implement syncing with CloudKit.