我正在尝试在Android 4.1.2设备上运行的Worklight V6.0.0.1应用上发送推送通知。
我看到的唯一错误是设备LogCat:
无法订阅,服务器上的通知令牌未更新
以下是错误之前的几行(修改了ID):
12-03 20:12:49.013:D / GCMBaseIntentService(7218):handleRegistration: registrationId = xxxxxxxxx_xxxxxxx_xxxxxxx-XXXXXXXXXX-XXXXXXXXXXXXXX-xxxxxxxxxxxxxxxxx-XXXXXX, error = null,unregistered = null
12-03 20:12:49.013: D / GCMRegistrar(7218):重置com.abc123的退避
12-03 20:12:49.013:D / WLDroidGap(7218):在GCM服务器上注册 注册ID xxxxxxxxxxxxxxx_xxxxxxxxxxx_xxxx-XXXXXXXXX-XXXXXX-xxxxxxx_xxxx-XXXXXXXXX
12-03 20:12:49.013:W / CordovaPlugin(7218):试图发送一秒 ID回调:Push12345678
12-03 20:12:49.013: W / CordovaPlugin(7218):结果是: “xxxxxxxxx_xxxxxxxxxx_xxxx-xxxxxxxxxxs-xxxxxxxxxx_xxxx-xxxxxxxxxxx_xxxxxx-XXXX”
12-03 20:12:54.451:E / abc123(7218):无法订阅,通知 令牌未在服务器上更新
我在Worklight服务器日志中看不到任何错误。我也尝试打开com.worklight.integration。* trace标志,但我没有看到任何其他错误消息。
我过去曾使用相同的pushSender
key
和senderId
值。
对于我可以做些什么来获取有关此订阅请求失败原因的更多调试信息,是否有任何建议?
答案 0 :(得分:0)
在您收到错误“无法订阅,服务器上未更新通知令牌”之前,必须有一些请求消息发送到服务器,您可以分享吗?