Skip to content Skip to sidebar Skip to footer

Android : Geo Fencing Receiver Not Calling

I just made a demo for the Geo Fencing in android as per the documentation but here Geo Fencing Broadcast Receiver is not calling when I go out from the fence area or entered into

Solution 1:

Android GeoFences never enable the GPS (because their API is awful and their device power consumption is already so out of hand). You have to set up your geofences and then constantly poll the GPS separately if you want geofencing over GPS.


Post a Comment for "Android : Geo Fencing Receiver Not Calling"