cowbell/cordova-plugin-geofence

Android 7.0, Geofence Notification in Background

meisterm opened this issue · 2 comments

Hi,

i'm testing your plugin to raise a local notification on android if the user enters or leaves the geofence. But it's not working when app is in background.
When app is in foreground the onTransition event is raised when I register the geofence and my position is in the geofence circle. When i'm out of the radius no Transition Event is raised after adding the geofence.
Additionaly there is no event nor any notification when I enter or leave the geofence with app in foreground.

Do you have an idea?

NBAMj commented

Same thing, I tried with radius 200m± but still it didn't work in the background

I have the same issue.