geofencer
geofencer copied to clipboard
I am not able to get callback when i am enter or exit in geo fence location
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
Please help :)
I believe it's related to missing Android 12/13 support.