flutter_geofence icon indicating copy to clipboard operation
flutter_geofence copied to clipboard

only exit event firing in android

Open niypoo opened this issue 4 years ago • 6 comments

I have noticed in android ! entry event never fired , only exit event fired, when app is opening I have tested.

niypoo avatar Apr 22 '20 18:04 niypoo

@DwayneCoussement @kroobroeck is there any update coming or this package is deprecated

niypoo avatar Apr 24 '20 20:04 niypoo

@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 avatar May 10 '20 17:05 fchristl

@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 ?

aTeamSolace avatar May 18 '20 12:05 aTeamSolace

@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

bongio94 avatar Mar 05 '21 10:03 bongio94

@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..

Ray153 avatar Mar 14 '22 10:03 Ray153