I am using ASIHTTPRequest to send requests to my php scripts that are then searching my mysql server, however I have read in apple documentation we have to implement reachability when ever we try to send or receive data over TCP...
What I am wanting to know is ASIHTTPRequest taking care of Reachability for me, or do I have to implement som开发者_如何转开发e method calls into my code to make sure the checking is being done?
any help would be great... ASIHTTPRequest documentation is abit light with regards to reachability and I have not been able to find any notes on what to actually do with regards to this.
There is a Google Group that is better equipped to answer ASIHTTPRequest questions.
Since it's a reimplementation of iOS functionality, it's not particularly iOS relevant.
精彩评论