You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: