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

BackgroundTasks from iOS 13 #249

Closed
foxware00 opened this issue Jul 23, 2019 · 6 comments
Closed

BackgroundTasks from iOS 13 #249

foxware00 opened this issue Jul 23, 2019 · 6 comments

Comments

@foxware00
Copy link
Contributor

Is there any plans or ideas yet surrounding the BackgroundTasks API's release in iOS 13. I can see that allowing jobs to be scheduled to run when the app is backgrounded might be a very useful feature

@lucas34
Copy link
Owner

lucas34 commented Jul 23, 2019

Hi, Thanks I was not aware of this API. I'll look into it.
If you already know how to use it feel free to send open a pull request.

@lucas34
Copy link
Owner

lucas34 commented Aug 22, 2019

BackgroundTask API support has been added. Please be aware that it's an experimental feature for now. I won't document it yet

@tomislav
Copy link

Would it possible to schedule a task to run only in the background? For example some maintenance tasks.

@lucas34
Copy link
Owner

lucas34 commented Aug 22, 2019

@tomislav It can be implemented. However right now it's for periodic job to keep running if the app goes in background.

@lucas34
Copy link
Owner

lucas34 commented Aug 22, 2019

I'm not aware of the full limitation and capabilities of the API

@foxware00
Copy link
Contributor Author

@lucas34 This looks great, I'll find some time to give it a play. Thanks for taking the time to look

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

No branches or pull requests

3 participants