Cordova / PhoneGap推送通知与使用套接字通知

时间:2015-05-18 17:15:35

标签: cordova sockets phonegap-plugins ionic cordova-plugins

我们正在开发使用Cordova(特别是Ionic)的移动应用,我们正在使用PhoneGap PushPlugin和Amazon SNS进行推送通知。这反过来击中了我们的一台服务器,它与Amazon SNS和相应的通知服务器(APN,GCM等)进行对话,将数据推送到我们的移动设备。

我对PhoneGap / Cordova案件的不同之处感到有点困惑,设置这个与套接字通知的优势或原因是什么(例如通过socket.io)。

当应用程序未运行时,推送通知是否会到达移动设备?如果没有,那么应用程序似乎需要运行,这意味着使用套接字已经足够了。

在应用程序未运行时,您是否可以在PhoneGap / Cordova中收到移动推送通知?

1 个答案:

答案 0 :(得分:3)

Push notification will work even if you application is not running. Additionally you can configure your push messages to be delivered once the device comes back from powered off state too. You app can receive notifications, after loosing connectivity and then regaining it back. All the logic pertaining to storing message on APN/GCM server and reestablishing connectivity etc is built into these system.