We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Will you help me? I'm trying to build two applications.
One application requires to create a series of timers. The other application requires communication with a server to exchange coordinates.
Both applications must work when the app goes in the background, when the user locks the screen, or when the screen goes black.
Could someone please confirm whether setTimeout and setInterval work in the background for iOS and Android?
setTimeout
setInterval
I'm aware that android might required a permission to do so. I'm aware that iOS requires adding keys/values in the Info. list to do so.
If they do but require extra work, could a link to a tutorial be included? Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Will you help me? I'm trying to build two applications.
One application requires to create a series of timers.
The other application requires communication with a server to exchange coordinates.
Both applications must work when the app goes in the background, when the user locks the screen, or when the screen goes black.
Could someone please confirm whether
setTimeout
andsetInterval
work in the background for iOS and Android?I'm aware that android might required a permission to do so.
I'm aware that iOS requires adding keys/values in the Info. list to do so.
If they do but require extra work, could a link to a tutorial be included? Thank you
The text was updated successfully, but these errors were encountered: