gpt4 book ai didi

ios - 有时未收到 Apple 推送通知 (JavaPNS)

转载 作者:行者123 更新时间:2023-11-28 22:41:32 27 4
gpt4 key购买 nike

我正在与通知服务聊天。有时通知不会到达我的设备。我使用的是 JavaPNS,所以我的代码不是很复杂,但是当我从一台设备向另一台设备快速发送大量消息(大约 10 条)时,我没有收到所有通知。其中一些迷路了(通常是两个中的一个)。

这是我的代码:

PushNotificationPayload payload = PushNotificationPayload.complex();
payload.addAlert("Name : text"); payload.addSound("default");
payload.addBadge(1);
payload.addCustomDictionary("type", NOTIF_MESSAGE);
Push.payload(payload, "******.p12", "password", false, URI);

最佳答案

没关系。

Important: Because delivery is not guaranteed, you should not depend on the remote-notifications facility for delivering critical data to an application via the payload. And never include sensitive data in the payload. You should use it only to notify the user that new data is available.

- Local and Push Notification Programming Guide .

关于ios - 有时未收到 Apple 推送通知 (JavaPNS),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14399583/

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