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

Add iOS implementation of ShowTasks #1382

Merged
merged 1 commit into from
Jul 10, 2023
Merged

Add iOS implementation of ShowTasks #1382

merged 1 commit into from
Jul 10, 2023

Conversation

chrisbanes
Copy link
Owner

@chrisbanes chrisbanes commented Jul 10, 2023

This uses BGTaskScheduler and BGProcessingTask to implement a nightly sync of user data. We probably could have got away with BGAppRefreshTask but the extra functionality of requiresNetworkConnectivity makes using BGProcessingTask worth it.

Fixes #1381

This uses BGTaskScheduler and BGProcessingTask to implement
a nightly sync of user data. We probably could have got away
with BGAppRefreshTask but the extra functionality of
`requiresNetworkConnectivity` makes using BGProcessingTask
worth it.
@chrisbanes chrisbanes enabled auto-merge (squash) July 10, 2023 11:52
@chrisbanes chrisbanes merged commit bb15ef0 into main Jul 10, 2023
6 checks passed
@chrisbanes chrisbanes deleted the cb/ios-background branch July 10, 2023 12:56
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

Successfully merging this pull request may close these issues.

Implement background tasks on iOS
1 participant