我得到這個錯誤在func urlSession(_ session: URLSession, task: URLSessionTask, didCompleteWithError error: Error?) {
URLSessionDataDelegate方法:NSURLSession從MacOS共享擴展
錯誤=可選(錯誤域= NSURLErrorDomain代碼= -1「未知錯誤」 的UserInfo = {NSErrorFailingURLKey = https://www.example.com/, NSLocalizedDescription =未知錯誤, NSErrorFailingURLStringKey = https://www.example.com/})
非常類似的代碼從應用程序完美的作品,但我試圖寫一個共享應用程序訊號分配延長上傳到網絡服務器的sion。
我正在使用URLSessionConfiguration.background(withIdentifier:「...」)與我的桌面應用程序相同。
爲什麼我會得到erorr -1?