Geofence not triggering

后端 未结 4 1172
悲哀的现实
悲哀的现实 2020-12-10 17:43

I\'m trying to implement Geofence on my APP and the problem is that is not triggering when I\'m on the place that I\'ve marked.

The thing that I do is I

4条回答
  •  無奈伤痛
    2020-12-10 18:31

    As I already answer here, Geofence API is something like passive location receiver, i.e. you must requesting coordinates from LocationServices.FusedLocationApi.requestLocationUpdates in parallel when you need Geofence to work.

提交回复
热议问题