Phonegap推送通知android,需要意见

时间:2013-02-07 10:43:04

标签: android cordova notifications

我目前正在使用phonegap + jquery mobile开发Android应用程序。我需要在我的应用程序中添加通知栏。目前,我正在使用Notification phonegap plugin来处理通知。但是在申请结束时它没有发送通知。即使应用程序关闭,有没有任何解决方案可以让我的用户收到通知?我可以使用Google Cloud Messanging来解决它吗?

谢谢你,抱歉我的英文不好

1 个答案:

答案 0 :(得分:0)

您可以使用推送通知。以下插件处理Android和iPhone通知:

https://github.com/phonegap-build/PushPlugin

只要收到推送消息并且其中包含消息属性,就会显示通知。