Skip to content
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

Do the tasks continue to run if the application enters background? #15

Closed
ahmedk92 opened this issue Jul 25, 2016 · 1 comment
Closed

Comments

@ahmedk92
Copy link

And if they do, for how long?

It seems to me that the queue is subject to the limited time given by iOS to tasks created by application.beginBackgroundTaskWithExpirationHandler, since there is no additional setup required to use it.

@icanzilb
Copy link
Owner

yes, all code in your app is subject to the time that the OS gives to your app. If the OS deactivates your app there's no way to do more work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants