Top "Nsurlconnection" questions

An NSURLConnection is the Apple Foundation Framework class that provides support to perform the loading of a URL request.

The resource could not be loaded because the App Transport Security policy requires the use of a secure connection

I am facing the Problem when I have updated my Xcode to 7.0 or iOS 9.0. Somehow it started giving me the …

ios nsurlconnection nsurlsession ios9 xcode7
Sending an HTTP POST request on iOS

I'm trying to send an HTTP Post with the iOS application that I'm developing but the push never reaches the …

ios objective-c automatic-ref-counting http-post nsurlconnection
Easiest way to detect Internet connection on iOS?

I know this question will appear to be a dupe of many others, however, I don't feel the simple case …

ios nsurlconnection reachability internet-connection
CFNetwork SSLHandshake failed iOS 9

has anyone with the iOS 9 beta 1 had this issue? I use standard NSURLConnection to connect to a webservice and as …

ios ssl nsurlconnection ios9
NSURLConnection Using iOS Swift

I am trying to follow this tutorial and connect to a JSON api using Swift and NSURLConnection. I can see …

ios swift nsurlconnection nsurlrequest
NSURLConnection and Basic HTTP Authentication in iOS

I need to invoke an initial GET HTTP request with Basic Authentication. This would be the first time the request …

ios iphone objective-c nsurlconnection
how to use sendAsynchronousRequest:queue:completionHandler:

Two part question Part one: I am trying to create an ASynchronous request to my database. I am currently doing …

iphone ios nsurlconnection
NSURLConnection timeout?

I'm using this NSURLConnection with delegates. nsconnection = [[NSURLConnection alloc] initWithRequest:request delegate:self startImmediately:YES]; Problem is the website doesn't …

iphone timeout nsurlconnection
Post data in Objective C using Json

I am trying to post data to a PHP web service. I am familiar doing this in html using query $.…

objective-c ios json post nsurlconnection
Xml parsing in iOS tutorial

Hi i'm creating an app which have to print a value in label from an xml file in server.I …

iphone ios xcode nsurlconnection nsxmlparser