I sometimes get crash reports about an EXC_BAD_ACCESS with NSURLConnection (i guess it\'s about NSURLConnection according to crash reports).
this is my first iPhone application and I\'m using JSON framework to decode JSON sent from a server. I insert the data in a NSMutableArray from an AppDelegate file.
Calling instance method cancel on an NSURLConnection most often don\'t cancel the connection at all.
what is the difference between NSURLConnection and NSURL? i mean if i am downloading a file, does it make and difference wh开发者_如何学Cich one i use?
Given a rails application which communicates with my ipad app. I\'m 开发者_运维百科using async connection with http authentication. And i would like to test the credentials if they are ok. The problem
I have a small bug in my client app that uses NSURLConnection. I have tracked it down to an unexpected connection keep-alive that seems to confuse the web server (probably a bug on the server side). T
I\'ve been looking here for some answers t开发者_如何学Co this question and have found some resources but not really found the \"spot on\" tutorial.
I got this weird problem in implanting simple NSURLConnection... The method didReceiveData get call and I\'m happily trying to append the receive data but... nada!
// Create the request. NSURLRequest *theRequest=[NSURLRequest requestWithURL:[NSURL URLWithString:@\"http://www.apple.com/\"]
Long time lurker, first time poster. I\'m making a ServerConnection module to make it a whole lot modular and easier but am having trouble getting the delegate called.I\'ve seen a few more questions