nsurlconnection
NSURLRequest / NSURLConnection ios 5.0 v/s earlier versions
I am trying to use NSMutableRequest and NSURLConnection to fetch a compressed file from the server . Here\'s the code I\'m using:[详细]
2023-04-02 04:18 分类:问答Errors autoreleasing objects just after their creation
I\'m starting to look into IOS Development and I have some doubts about releasing objects for which I did not store a reference.. I gave a look at th开发者_StackOverflowe question \"Release an object[详细]
2023-04-01 19:16 分类:问答How do I use ASI Http in iOS to POST data to a web service?
I am using the instructions provided in the ASI page here. I am trying to send some data to a web service and not seeing any results.[详细]
2023-04-01 16:37 分类:问答Clear the credentials from UIWebView
What i am doing here is, fetching a URL which has authentication. Hence, i use the function - (void)connection:(NSURLConnection *)connection didReceiveAuthenticationChallenge:(NSURLAuthenticationCha[详细]
2023-04-01 04:55 分类:问答Stuck inside this while loop
Why is my loginAuth stuck inside the while loop? I declared connectionFinishLoading as @interface LoginViewController : UIViewController {[详细]
2023-04-01 01:59 分类:问答I wanted to make an http call when my iphone application goes to the background
I开发者_如何学Python wanted to make an http call when my application is running in the background where i am trying to download multiple files. Is it possible to achieve this task. If available can an[详细]
2023-03-29 20:24 分类:问答iPhone NSURLConnection download file logging
Situation: Application downloads very small file every time it starts. IIS7 server logs keep track of this 开发者_StackOverflow中文版file.[详细]
2023-03-29 20:23 分类:问答iPhone, NSURLConnection > didReceiveData:(NSData *)data, How to check result data
I use url connection (http). - (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data {[详细]
2023-03-29 20:02 分类:问答Can't POST to a webserver from an iPhone using a PHP script
Well I am pretty new to both iphone and PHP development, and am trying to simply post an image locally on to my webserver (i have setup the webserver already). From some reason, my P开发者_开发知识库H[详细]
2023-03-28 19:26 分类:问答How to send an xml as a string in iphone sdk?
I am trying to call a web servive in which there is xml paramater but when i run the code the web service call is not made but when i use some random string as a paramater then the web service gets ca[详细]
2023-03-28 19:08 分类:问答