flutter_geofence
flutter_geofence copied to clipboard
only exit event firing in android
I have noticed in android ! entry event never fired , only exit event fired, when app is opening I have tested.
@DwayneCoussement @kroobroeck is there any update coming or this package is deprecated
@niypoo I just had the same issue and it turned out that it happened because I gave the entry and exit events the same IDs. Could that be the case for you, too?
@fchristl hello sir i using this example code nut i dont get any notification when i go to that particular place? could you please provide your code for refrence ?
@niypoo I just had the same issue and it turned out that it happened because I gave the entry and exit events the same IDs. Could that be the case for you, too?
Hi, could you please elaborate? The geofence has only 1 id, how would I separate entry and exit events' ids?
@niypoo I just had the same issue and it turned out that it happened because I gave the entry and exit events the same IDs. Could that be the case for you, too?
Can confirm that this resolve the issue
@niypoo I just had the same issue and it turned out that it happened because I gave the entry and exit events the same IDs. Could that be the case for you, too?
Hi, could you please elaborate? The geofence has only 1 id, how would I separate entry and exit events' ids?
Hey mate, did you end up finding out ? I'm stuck on the same thing here only Entry fires and not exit..