Are there any alternatives for connecting to a web service with iOS, other than RestKit or ASIHTTPRequest? ASIHTTPRequest is no longer being updated, so I'd like to know if there is anything currently being supported and updated other than RestKit. Thank you.
There is no need for ASIHTTPRequest
whatsoever. Everything you need can be accomplished with NSURLConnection and its delegate.