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.
发送推送通知时,接收方没有连接到wifi,APNS 连接回来后是否重新发送通知?
来自“本地和推送通知编程指南”:
APNs 保留它从提供者处收到的关于设备上的应用程序的最后通知;因此,如果设备或计算机上线但未收到通知,APNs 会将存储的通知推送给它。运行 iOS 的设备通过 Wi-Fi 和蜂窝连接接收推送通知;运行 OS X 的计算机通过 WiFi 和以太网连接接收推送通知。
所以你的问题的答案是肯定的(最后一次通知)。