简体   繁体   中英

how to use ASIHTTPRequest reachability

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 some 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM