-
Notifications
You must be signed in to change notification settings - Fork 425
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
Question #6
Comments
That doesn't apply here since the plugin uses a UIBackgroundMode The plugin has a "passive, stationary state", where it turns off continuous I know exactly how iOS operates in these situations. This module is not On Monday, September 7, 2015, Matthieu Achard [email protected]
Snet form Gmail Mobile |
I should add, that while the plugin is in stationary state, it keeps a These APis are allowed by iOS to awaken a suspended app when an event On Monday, September 7, 2015, Chris Scott [email protected] wrote:
Snet form Gmail Mobile |
|
So i can be confident that React Native will restore the bridge allowing
That I don't know. That a framework problem.
Snet form Gmail Mobile |
Ok thank you. Ok i misread, I just need to know changes so passive state is enough. But i guess you confirmed me that the framework issue i am questionning is really an issue both when the app is in background and when the app has been closed. |
It's not that bg tracking is allowed when app is closed, it's that iOS An iOS app is never really "closed" in the strict sense. Again, if an event occurs on these 2 APIs, iOS will awaken the app the On Monday, September 7, 2015, Matthieu Achard [email protected]
Snet form Gmail Mobile |
Implement clearDatabase method
Hi,
I have a doubt about something :
I see it is possible to set up event listeners in the JS code but i was wondering if they would be triggered when the app is not open or when the phone is sleeping.
According to facebook/react-native#1282, i am not so sure :/
What is your experience about it?
Thank you
The text was updated successfully, but these errors were encountered: