Questions tagged [ckfetchnotificationchange]
5 questions
8
votes
1 answer
CKFetchNotificationChangesOperation sometimes does not return UPDATE, DELETE notifications
CKFetchNotificationChangesOperation returns INSERT operations, but UPDATE and DELETE, not always. DELETE, UPDATE worked last when I submitted app to App Store, but now not anymore. Why? I have created subscriptions like:
let s =…

János
- 32,867
- 38
- 193
- 353
5
votes
1 answer
cloudKit: CKFetchRecordChangesOperation in public database
I building a iOS app using cloudKit. I'm trying to make a batch fetch of the data in cloudKit getting the deltas between the device and cloudKit but it seems like CKFetchRecordChangesOperation doesn't work in public database. Does my only option…

user2924482
- 8,380
- 23
- 89
- 173
1
vote
1 answer
CloudKit Error: Change Token Expired, Reset Needed
Swift 3.1, Xcode 8.3.3
I keep getting an error from CloudKit and I don't know what to do about it.
I'm tracking notifications from CloudKit like this:
let operation = CKFetchNotificationChangesOperation(previousServerChangeToken:…

Clifton Labrum
- 13,053
- 9
- 65
- 128
0
votes
1 answer
Alternatives to UPDATE notification that does not work
UPDATE notification stopped working. What workaround do you have, until Apple figures out something?
CKFetchNotificationChangesOperation sometimes does not return UPDATE, DELETE notifications
CloudKit push notifications on record update stopped…

János
- 32,867
- 38
- 193
- 353
0
votes
0 answers
CloudKit: notificationChangedBlock no response
I working in app using CloudKit. I'm implement a way to get deltas from CloudKit to my app (I'm using the public database). I get a response back from fetchNotificationChangesCompletionBlock block but I don't get a response back from…

user2924482
- 8,380
- 23
- 89
- 173