Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ashish07akg opened this issue Aug 2, 2022 · 2 comments

Comments

@ashish07akg
Copy link

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

@shaileshmmane
Copy link

Please help :)

@kibotu
Copy link
Owner

kibotu commented Jan 13, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants