1👍
✅
From the docs for -[NSURLSession uploadTaskWithStreamedRequest:] (looks like that is what you are using):
… The body stream and body data in this request object
are ignored, and NSURLSession calls its delegate’s
URLSession:task:needNewBodyStream: method to provide the body data.
Have you implemented that delegate method?
👤Isak
Source:stackexchange.com