Page 1 of 1

Send Notification from App to WebSite

Posted: Fri Oct 21, 2016 6:36 pm
by Joni de Campos

How can I send a notification from my mobile App ( iOS or Android ) to my Web system made with Appery?


Send Notification from App to WebSite

Posted: Sat Oct 22, 2016 9:18 am
by Illya Stepanov

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.