Hey I have been battling with this problem for a while now. Perhaps there is something I am missing in knowledge about multi threading but here is what happens. When I create an nsoperation queue any
I need to upload files from iPhone to my ASP.NET server and found ASIHTTPRequest to be an easy tool. My que开发者_StackOverflow中文版stion is he server part on the ASP.NET. How do I prepare the serve
I have an iPhon开发者_C百科e app which uses ASIHTTPRequest to communicate to a REST service on my server. When I\'m running on the simulator, it works just fine, but when I get onto the phone itself,
Does somebody else has randomly seen crashes in ASIInputStream forwardInvocation: during the use of ASIFormDataRequest? (the request was startAsynchronous)
I\'m using ASIHttpRequests and an ASINetworkQueue in an ipho开发者_StackOverflow社区ne app to retrieve some 100k XML files and a lot of thumbnails from a web service. I\'d like to cache the requests i
I\'m using ASIHTTPRequest to communicat开发者_如何学编程e with the server asynchronously. It works great, but I\'m doing requests in different controllers and now duplicated methods are in all those c
I\'ve really hit a wall and am need of some help!Thankyou for reading this far! I\'m in the middle of writing an app that talks to my ROR web-server for database requests and works great thanks to Ac
I want to use the ASIHttprequest library to download some files, I am testing with their code and it is not working while the same code works on their sample
I am using ASIS3request to upload a photo from iphone to Amazon S3 service. Basically I followed the instruction on documentation.
I am using the ASIHTTPRequest class in order to communicate with a web service and get a response. This is how I send a request to the server