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
gcm android
Comments
Post a Comment