I’m trying to upload a video file through service using NSURLSessionUploadTask
. But getting an issue saying
Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost.”
But I can able to upload image file without an issue. what would be the problem?
Tried both in phone and simulator and also did reset simulator settings.