gpt4 book ai didi

ios - 使用 JAVAPNS 成功发送推送但未在客户端设备中接收

转载 作者:行者123 更新时间:2023-11-29 13:10:52 24 4
gpt4 key购买 nike

我正在使用 JAVAPNS v2.2 向 iOS 设备发送推送通知。在向同一设备发送 10 条不同的通知消息时,JAVAPNS 将所有消息的状态显示为已成功发送,但在客户端设备中我只能收到 6 或 7 条通知消息。下面是我用来发送通知消息的代码:

List<PushedNotification> notifications = Push.payload(payload, Certificate.p12, XXX, false, iOS_Reg_IDs);

最佳答案

根据 Apple Documentation :

Important: Delivery of notifications is a “best effort”, not guaranteed. It is not intended to deliver data to your app, only to notify the user that there is new data available.

换句话说,您很幸运能够发送一个(最新的)推送通知。任何额外的交付都是奖励。

要传送数据,只需通知您的应用,然后让您的应用从服务器下载数据。

关于ios - 使用 JAVAPNS 成功发送推送但未在客户端设备中接收,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17425545/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com