How do you trigger a Push notification based on the goe-location of device?
Help need with setting up geo-location push notification... is there a sample code somewhere?
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/
Help need with setting up geo-location push notification... is there a sample code somewhere?
Let us know if this helps: https://getsatisfaction.com/apperyio/...
I don't know for sure but I suspect Earl is asking about the ability to geo-target push notifications i.e. send a push only to devices in a specific area. This facility is offered by Pushwoosh for example. Is it something that you are likely to implement?
Push based on location is coming in early November.
Good news!
Thanks Max.
Hi All,
I'm new to Appery.io but I'm already very impressed.
Sorry to come back to this old thread but I do have the same the question.
How can trigger push notifications only to devices in a specific area ? (and possibly coupling this with other criteria in the DB or Time frame)
The Sequence action would be:
I do post (as admin) a message to be received only at a given location
User of my app getting in the specified area would receive the push a the moment they get in.
Is it always scheduled for November ?
Will that impact the prototype of the push API ? (like providing location target, distance, timeframe during which the notification will be pushed) or something like that ?
Hi Pierre,
Unfortunatly you can not send directly push notifications to the chosen location area.
But you can implement this:
Get user position and store it in users collection also you need store here "deviceId".
Implement server script logic to send push to location area. This script should get all users from Users collection. Filter them by goal location. Then send push to devices in these items.
Here is how to use server code: http://devcenter.appery.io/documentat...
Regards.
Hi Yurii and Illya, thanks you for this lightning speed response. I will get into this.