javascript - Cordova plugin for push notification that listen to my own webservice -


i building cordova mobile application waits message admin web application server.

the admin application conected tcp websocket server implemented on top of ratchet web socket server.

i implemented binding ratchet web service , receiving message in javascript using websoket.

now want notify mobile if server sends message , application closed. want display message in notifications list of mobile.

after googled found pushplugin , pushwoosh , others. deppened on google , iphone services gcm , anps or special web service not run on server .

is there plugin or there way solve this.

no, can't. can use own web service must cross on apns , gcm before notification send user device.

apns ios

enter image description here

gcm android

enter image description here


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -