我在func urlSession(_ session: URLSession, task: URLSessionTask, didCompleteWithError error: Error?) {
URLSessionDataDelegate 方法中收到此错误:
错误=可选(错误域=NSURLErrorDomain 代码=-1 “未知错误” UserInfo={NSErrorFailingURLKey= https://www.example.com/ , NSLocalizedDescription=未知错误, NSErrorFailingURLStringKey= https://www.example.com/ } )
非常相似的代码可以在应用程序中完美运行,但我正在尝试编写一个上传到网络服务器的共享应用程序扩展。
我正在使用与桌面应用程序相同的 URLSessionConfiguration.background(withIdentifier:"...") 。
为什么我得到 erorr -1?