How can I send a notification from my mobile App ( iOS or Android ) to my Web system made with Appery?
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.