Search code examples
cloudkit

iOS 8 CloudKit: CKNotifications keep showing up, marked as CKNotificationTypeReadNotification


Whenever I query for past CKNotifications using CKFetchNotificationChangesOperation, I keep on getting a whole bunch that are marked as CKNotificationTypeReadNotification. And indeed, I have read them before, marked them as read (using CKMarkNotificationsReadOperation), and am updating my lastServerChangeToken when querying.

Why do they keep showing up?

Thanks.


Solution

  • This started working…and, unfortunately, I'm not sure why.