Top "Urlsession" questions

URLSession is the API for HTTP connections introduced in iOS 7 and OS X 10.

Swift URL Session and URL Request not working

I am getting very similar problems to this post, but I don't fully understand the answer. I've created a completion …

ios swift urlrequest urlsession
Swift return data from URLSession

I cannot return data from my HTTPrequest and I can't get completion handlers to work either. So please assist me …

ios swift3 httprequest urlsession
HTTP load failed (error code: -999 [1:89]) for Task in iOS 11

I'm using URLSession to perform a datatask, when I run it on iOS 11, I get a console error: HTTP load …

ios swift ios11 urlsession
TIC TCP Conn Failed

Something have changes in the server I was using to fetch an .mjpeg video feed. Now I'm getting this error: …

ios swift urlsession urlsessiontask