Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道将 CKNotification 标记为已读是否会影响所有设备或仅影响读取通知的设备?
如果它影响所有设备,那么如果您可以发送先前的服务器更改令牌以获取所有未处理的设备,那么将其标记为已读的目的是什么?
谢谢你的帮助!
它影响所有设备。
将其标记为已读的目的是让其他设备也知道,并通过检查从 CKFetchNotificationChangesOperation 返回的每个通知上的 notificationType 来实现。