Andre Aparcana
Posts: 0
Joined: Fri Jun 13, 2014 2:08 am

Data base and Push notification to a range of users depending of their location

  1. Is there a way how users can add a event on my app?(creating a data base?) if is possible, how would work?
    1. It is possible to send a push notification to a range of users depending of their location ?how would work?
obullei
Posts: 0
Joined: Thu Jun 05, 2014 12:17 am

Data base and Push notification to a range of users depending of their location

Hello Andre!

Yes it is possible.
You need to add to your app data base collection "Users" - field "Location" and record user data ( you should inform users about this record).
You can also analyze this collection in the server script, that will send a push. Using field "Location" you can range users.

Andre Aparcana
Posts: 0
Joined: Fri Jun 13, 2014 2:08 am

Data base and Push notification to a range of users depending of their location

Is there a cheat sheet for this???~

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Data base and Push notification to a range of users depending of their location

Hello,

Here is an example of retrieving users from collection with Server Code based on their remoteness:
http://devcenter.appery.io/tutorials/...

Return to “Issues”