Send Notification from App to WebSite
Posted: Fri Oct 21, 2016 6:36 pm
How can I send a notification from my mobile App ( iOS or Android ) to my Web system made with Appery?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
How can I send a notification from my mobile App ( iOS or Android ) to my Web system made with Appery?
Hi Joni,
To send a push message from the app (client side) you can simply invoke the Push REST service from your app, check out our Server code example here: https://blog.appery.io/2015/11/learn-...
Appery.io Push API only works with apps that are installed on the devices as we are using a Cordova Push notification implementation - it does not works with web sites.