NSURLErrorDomain Code=-1001 error when a http post request is sent

后端 未结 5 2119
慢半拍i
慢半拍i 2021-01-17 14:48

I am using the following code to post an image to my server.

@IBAction func postButtonPressed(sender: UIButton) {
    let task = NSURLSession.sharedSession(         


        
5条回答
  •  执念已碎
    2021-01-17 15:31

    In my case issue was in 3rd party library - FirebasePerformance. Bug report URL: https://github.com/firebase/firebase-ios-sdk/issues/486

提交回复
热议问题