I am getting the leak at this line in below code\"NSData *returnData = [NSURLConnection ...........\"
I\'m using HTTP connection to share data with my JSON server. I use URLs like \"MyServlet?param1=value1\" and so on...
Here is a Generic question: I wish to build an iPhone application that will communicate with a Java Servlet installed in a webSphere,
I have a asynchronous url request within a for loop. This loop is called 20 times, each time one parameter of the webaddress is changed.
Error Log says: bool _WebTryThreadLock(bool), 0x3c689f0: Tried to obtain the web lock from a thread other than the main thread or the web thread. This may be a result of calling to UIKit from a second
I\'ve been reading through a number of questions on this site regarding NSURLConnection and https, but most relate to \"untrusted\" certificates and how to allow them nonetheless. My question is a lit
I would like to be able to log monitor/log when a local machine cache i开发者_如何学Cs being used or when the data is being drawn from the remote source.
How can I disable keep-alive when using NSURLConnection? Seems, that after cancelling and close i开发者_开发技巧t it still saves somewhere a socket that I was connected to server with and while the se
I\'m experiencing a weird problem and i wonder if anybody else has noticed this: I\'m using NSURLConnection as it appears in apple\'s examples to get xml files from a certain server - pretty straight
I am pushing a UIViewController onto a UINavigationController.This view controller immediately starts a download of an xml feed and then parses it.However, if you hit the back button before it is done