cowbell / cordova-plugin-geofence

Geofencing plugin for cordova
Apache License 2.0
264 stars 318 forks source link

Android 7.0, Geofence Notification in Background #263

Open meisterm opened 6 years ago

meisterm commented 6 years ago

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 6 years ago

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

jaurakunal commented 6 years ago

I have the same issue.