geofencer icon indicating copy to clipboard operation
geofencer copied to clipboard

I am not able to get callback when i am enter or exit in geo fence location

Open ashish07akg opened this issue 2 years ago • 2 comments

I am not able to get callback when i am enter or exit in geo fence location class GeofenceIntentService : GeofenceIntentService() {

override fun onGeofence(geofence: Geofence) {
	Log.v(GeoFenceIntentService::class.java.simpleName, "onGeofence $geofence")	    
}

}

this method not called . so please help

ashish07akg avatar Aug 02 '22 05:08 ashish07akg

Please help :)

shaileshmmane avatar Jan 11 '23 14:01 shaileshmmane

I believe it's related to missing Android 12/13 support.

kibotu avatar Jan 13 '23 08:01 kibotu