We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f8fa5 commit 1470f4eCopy full SHA for 1470f4e
FirebaseStorage/Sources/StorageUploadTask.swift
@@ -98,7 +98,7 @@ import Foundation
98
uploadFetcher.uploadFileURL = fileURL
99
uploadFetcher.comment = "File UploadTask"
100
101
- if GULAppEnvironmentUtil.isAppExtension() {
+ if !GULAppEnvironmentUtil.supportsBackgroundURLSessionUploads() {
102
uploadFetcher.useBackgroundSession = false
103
}
104
0 commit comments