gpt4 book ai didi

ios - 为什么 JavaPNS 将生产推送消息发送到沙箱服务器?

转载 作者:行者123 更新时间:2023-12-01 18:14:20 24 4
gpt4 key购买 nike

推送通知适用于沙箱。

然后我为推送生产创建一个新证书。

该应用程序现在在应用程序商店中。

服务器代码调用如下所示:

Push.combined(message, badgeCount, DEFAULT_SOUND, KEYSTORE, KEYSTOREPASSWORD, SANDBOX, token)

其中 SANDBOX 为假。

然而,当服务器使用生产 P12 文件告诉 JavaPNS 模块发送推送通知时,日志如下所示:

396784 [Thread-61] 调试 javapns.notification.PushNotificationManager - 与主机的初始化连接:[gateway.sandbox.push.apple.com] 端口:[2195]:416e43d7[SSL_NULL_WITH_NULL_NULL:套接字 [addr=gateway.sandbox.push.apple .com/17.149.34.188,端口=2195,本地端口=48070]]

它似乎使用沙盒服务器。

有什么问题?

最佳答案

问题是您传递的参数 false实际称为 production ,这意味着你应该通过 true如果您希望连接到生产推送环境:

public static PushedNotifications combined(
String message, int badge, String sound, Object keystore, String password,
boolean production, Object devices)
throws CommunicationException, KeystoreException

关于ios - 为什么 JavaPNS 将生产推送消息发送到沙箱服务器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24085462/

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