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

BackgroundTask: Uncompleted Network Requests #3935

Closed
ismailgulek opened this issue Jan 15, 2021 · 0 comments · Fixed by matrix-org/matrix-ios-sdk#992
Closed

BackgroundTask: Uncompleted Network Requests #3935

ismailgulek opened this issue Jan 15, 2021 · 0 comments · Fixed by matrix-org/matrix-ios-sdk#992
Assignees

Comments

@ismailgulek
Copy link
Contributor

When we try to start a background task in an app extension, we're failing because UIApplication.shared is unavailable. And then we're calling the expiration handler for that request background task immediately. This causes some network requests to be cancelled or not started at all.

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 a pull request may close this issue.

1 participant