Mike6979865
Posts: 0
Joined: Fri Jul 11, 2014 3:53 pm

Auto Push Notification

I'm developing an App in where based on a certain Response from a third rest API I want to send certain users a push message. How can I have autoinvoke the rest api and if it meets a certain criteria auto send a push message for those users of certain zip code for example. Is that possible? Any ideas how to implement that? For example, users with certain zip code and based on the weather forecast wil receive a notification that it will be very hot tomorrow.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Auto Push Notification

Hi Mike -

You can send push notification using REST service in your app, look here: https://devcenter.appery.io/tutorials...

and invoke this service based on some JS logic in your app. -- https://devcenter.appery.io/documenta...

Return to “Issues”