-
Notifications
You must be signed in to change notification settings - Fork 72
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
Event callbacks not firing when app is killed: Sending onExit
with no listeners registered.
#33
Comments
Hey @ValentinBlokhin, what version of the lib are you using? |
Hey @eddieowens , I've been using |
@ValentinBlokhin Can you post the relevant code block? |
Is there something special I need to do to get it to work when the app is killed? I can't find any documentation about it |
I am having similar issues when killed. Could it be that the event listeners is bound in such a way that when the app is waked up on geofencing-events that registration of listeners is simply not run (or run after the event is emitted). I have little experience around what code actually gets called when wake up happens in a react-native context. Does anyone know or have a good resource around the topic? |
For iOS, According to this, I believe we need |
Awesome library, but trying to get it work when app is killed.
It actually starts app on boundary change, but I have
Sending onExit with no listeners registered.
Is it supposed to work when app is killed? I'm using ios.
The text was updated successfully, but these errors were encountered: