Page 1 of 1

Receive notification from website

Posted: Wed Oct 28, 2015 1:58 pm
by James Whittaker

Hi, I have an app, which is essentialyl a wrapper around my website, so the functionality i use from appery is minimal really. However, I want actions that happen server side, to trigger push notifications to be sent to user's phones. To be clear, by server side, I mean my website's back end servers, not appery's. Can I do this and how do I do this? Can I call an appery api to trigger the push notification.

I need notifications to be on a per user basis.

Is this doable ?

Thanks James


Receive notification from website

Posted: Wed Oct 28, 2015 2:28 pm
by Serhii Kulibaba

Hello James,

Sure, you can send Push notifications from your server. Please look at this documentation for more information: https://devcenter.appery.io/documenta...


Receive notification from website

Posted: Wed Oct 28, 2015 3:06 pm
by James Whittaker

hi, So I set the App to use Push notifications in Appery settings, when the app is used it Registers the device id etc in a database within Appery's back end servers.

I then need to somehow communicate that registered device ID from the apprey app running on the device with my web app which runs in a cordova webview inside the app, and link to the user, and then i can make posts from my web back end using that device id for a given user.. .?

James


Receive notification from website

Posted: Wed Oct 28, 2015 3:07 pm
by James Whittaker

and can your back end do push notifications to windows devices ?


Receive notification from website

Posted: Wed Oct 28, 2015 3:24 pm
by Illya Stepanov

Hi James - Yes, you're correct -- please check out this section for more details here: https://devcenter.appery.io/documenta...


Receive notification from website

Posted: Wed Oct 28, 2015 3:26 pm
by Illya Stepanov

For now unfortunately we don't support it.