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.
如果我出国度假一个月并且我的 iPhone 没有数据/Wifi 连接,或者我长时间关闭手机,在这两种情况下,APNS 都无法向我的 iPhone 发送推送通知。我的问题是,APNS 会认为设备令牌是“坏的”,因此将其添加到反馈服务器吗?
不,它没有。
从 :
如果提供者尝试向应用程序发送推送通知,但该应用程序不再存在于设备上,则设备会将这一事实报告给 Apple Push Notification Service。这种情况经常发生在用户卸载应用程序时。如果设备报告应用程序的交付尝试失败,APNs 需要某种方式通知提供者,以便它可以避免向该设备发送通知。这样做可以减少不必要的消息开销并提高整体系统性能。