单击按钮向Android应用程序的用户发送通知

时间:2015-07-08 07:20:39

标签: android parse-platform push-notification android-notifications

  

我想发送点击按钮的通知给那些用户(我的   申请)谁在我身边5公里半径,并打开了   通知它应该显示该人的当前位置   点击按钮,我尝试使用Parse.com,但仍然困惑,在   点击按钮发送通知的情况。

1 个答案:

答案 0 :(得分:0)

你必须使用GeoPoints,首先创建一个ParseGeoPoint,然后使用whereWithinKilometers查询指定范围内的所有用户,最后发送包含原始位置的推送通知。