Geofence not triggering

后端 未结 4 1175
悲哀的现实
悲哀的现实 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条回答
  •  萌比男神i
    2020-12-10 18:31

    If your Intent is already constructed with the proper class (see varunkr's answer), you also need to make sure the service is also included in your AndroidManifest.xml.

    
    

提交回复
热议问题