简体   繁体   English

Pushwoosh SDK通知问题

[英]Pushwoosh SDK Notification Issue

I have integrated the Pushwoosh SDK in my Android Application and it is working fine. 我已经在我的Android应用程序中集成了Pushwoosh SDK,并且工作正常。

I have done the Cross Platform Setting to run the Android Application on my Blackberry Z10 device, the application is running finely but I am not able to receive the Notification on my Blackberry Z10 device as Android. 我已经完成跨平台设置,可以在我的Blackberry Z10设备上运行Android应用程序,该应用程序运行良好,但是我无法在作为Android的Blackberry Z10设备上接收通知。

I am getting this error: 我收到此错误:

06-06 14:34:21.314: I/QNXNavigatorClient(8708260): Already active: com.packagename.pushdemo
06-06 14:34:21.662: I/QNXNavigatorClient(8708260): PackagesOpenedRunnable: [com.packagename.pushdemo]
06-06 14:34:21.662: I/QNXNavigatorClient(8708260): Shell com.packagename.pushdemo cannot join group, group was already joined
06-06 14:34:21.668: I/ActivityManager(8708260): Displayed com.packagename.pushdemo/.MainActivity: +347ms
06-06 14:34:24.118: E/QNXShrimpClient(8708260): com.google.android.c2dm.intent.REGISTER error(10108) = ""
06-06 14:34:24.124: W/ContextImpl(8708260): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendOrderedBroadcast:1061 com.android.server.QNXShrimpClient.onRegisterComplete:162 com.qnx.service.pps.shrimp.ShrimpController.onMessageReceived:128 com.qnx.service.pps.PPSObject.processMessage:292 

com.qnx.service.pps.PPSObject.access$500:11 com.qnx.service.pps.PPSObject.access $ 500:11

I am not able to get the Push Notification on my Blackberry Z10 device. 我无法在Blackberry Z10设备上收到“推送通知”。

Have you set everything up correctly as in the following guide? 您是否按照以下指南正确设置了所有内容? http://www.pushwoosh.com/programming-push-notification/blackberry/blackberry-10/blackberryandroid-runtime/ http://www.pushwoosh.com/programming-push-notification/blackberry/blackberry-10/blackberryandroid-runtime/

From what I see your app fails to register with BlackBerry. 从我看来,您的应用程序无法在BlackBerry中注册。 Make sure you have entered the correct appid and ppgurl in step 4 (android.cfg file). 确保您在步骤4(android.cfg文件)中输入了正确的appidppgurl

If you are using BB push trial account the ppgurl should be as in the guide: http://pushapi.eval.blackberry.com 如果您使用的是BB推送试用帐户,则ppgurl应与指南中的相同: http ://pushapi.eval.blackberry.com

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM