NSURLSession is the API for HTTP connections introduced in iOS 7 and OS X 10.
iOS 10 is going to be released soon so it worth to test applications for compatibility with it. During such test …
ios nsurlsession ios10 nsurlsessiondownloadtaskMy application is using an NSURL like this: var url = NSURL(string: "http://www.geonames.org/search.html?q=Aï…
swift nsurl nsurlsessionI'm having this weird issue in which a newly created URLSessionUploadTask gets cancelled instantly. I'm not sure if it's a …
ios nsurlsession swift3 xcode8 nsurlsessionuploadtaskLooking over the documentation of NSURLSession and NSURLSessionConfiguration, I was under the impression I should configure it with a dictionary …
ios proxy nsurlsession nsurlsessionconfigurationI'm stuck now some time and I need help. So in AFNetworking 2.0 we have AFHTTPRequestOperation so I could easily use …
ios objective-c afnetworking nsurlsessionMy code does GET request like this: dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), { () -> Void …
ios swift cocoa-touch nsurlsessionI am building an app that uses a web service and to get information from that web service I use …
ios memory-leaks nsurlsessionWith the new NSURLSession, there is now a timeoutIntervalForRequest on the NSURLSessionConfiguration object used to create the session. But there …
ios objective-c timeout nsurlsessionI am facing a CFNetwork SSL Handshake error while uploading a video file using NSURLSession UploadTask when the App is …
background cfnetwork nsurlsessionI am still trying to convert our application from Swift 2 over to Swift 3 because I am being forced to since …
ios swift swift3 nsurlsession nsurlrequest