I have a problem in my code and I can\'t figure out what\'s wrong with it. Perhaps I\'m doing some really stupid things I\'m not aware of, since I\'m a newbie in these topics.Here\'s the thing... Basi
Hey, I\'m using NSURLRequest and the NSURLConnection to download pdf.` NSURLRequest *theRequest = [NSURLRequest requestWithURL:[NSURL URLWithStri开发者_如何学运维ng:@\"MyPDF.pdf\"]cachePolicy:NSURLR
I am aware of discussions regarding nsurlconnection on ios, and that there is a minimum of 240 seconds for a timeout. My question is, if I am sending a synchronous call via NSURLConnection\'s + (NSDat
Trying to parse two different URLs which has XML data. static NSString *string1 = @\"http://abc.com/a开发者_开发百科bc1.xml\";
I\'m using [NSStream getStreamsToHost:port:inputStream:outputStream:] to create a new stream to a web server to stream generated data on the fly. How would I go about setting up the NSStream to use th
this is my question: I make a POST requesto to www.aaa.com : NSString *post =[[NSString alloc] initWithFormat:@\" bll bla \",importo];
i want to download file from web server and for that I need 1. send request for file path to web service method
in my app when user press Download button, then .zip file will be downloaded and should be save on device.
I am currently doing many server side computations that take a while to process. In the mean time I redirect the user to the same page until i开发者_运维问答t has a response.
I would like to ask a followup question toa previously posed question. I\'ve got the code to create an NSURLRequest/Connection, run it and have the callback methods for authentication get called. Here