NSURLSession is the API for HTTP connections introduced in iOS 7 and OS X 10.
I want to display file download progress (how many bytes are received) of particular file. It works fine with the …
ios nsurlsession nsurlsessiondownloadtask nsurlsessionconfigurationI am trying to make an HTTP request to the Imgur API. I am trying to retrieve all images associated …
ios swift nsurlsession imgurI have an app that currently uses NSURLConnection for the vast majority of its networking. I would like to move …
ios objective-c nsurlsession nsblockoperationI installed Xcode 7 and tried running my app under iOS 9. I'm getting the infamous error: Connection failed! Error - -1200 …
ios objective-c ssl nsurlsession ios9class PostFOrData { let url = NSURL( string: "http://210.61.209.194:8088/SmarttvWebServiceTopmsoApi/GetReadlist") var picUrl = NSURL(string : "http://210.61.209.194:8088/SmarttvMedia/img/epi00001.png") var responseString : …
swift nsurlsession[edited to provide more information] (I'm not using AFNetworking for this project. I may do so in future, but wish …
ios cocoa http authentication nsurlsessionI have an app that has to download multiple large files. I want it to download each file one by …
ios swift multithreading nsurlsession nsoperationI am getting following error with self signed certificate Error Domain=NSURLErrorDomain Code=-1200 "An SSL error has occurred and …
ios swift ssl-certificate alamofire nsurlsessionHi I am developing one Iphone application In which I want to set cookies after server response and use that …
ios session-cookies nsurlsessionAFNetworking allows you to add an NSDictionary of parameters to a request, and it will append them to the request. …
ios objective-c nsurlconnection nsurlrequest nsurlsession