Why upload alamofire background request don't executes in background?
问题 I use alamofire in order to upload 30 mb zip file to server here is my request let configuration = URLSessionConfiguration.background(withIdentifier: "identifire.com") alamoFireManager = Alamofire.SessionManager(configuration: configuration) let tempZipFilePath = UtilDirectory.tempZipPath.tweak() alamoFireManager.upload(URL(fileURLWithPath: tempZipFilePath), to: deligate.url, method: .post, headers: headers) .uploadProgress(closure: { progress in print("Upload Progress: \(progress