views:

105

answers:

2

Hi all,

I am developing an iphone application which uses internet.So in order to handle the network connection errors i would like to use reachability,but from apple site api reference it states that build and runtime requires iOS4 but i am developing application for iphone 2g which only supports upto iphone os 3.1.3.So any one could help me in implementing the reachabilty class.

Thanks in advance for all stackoverflow masters........

A: 

Check out the modified Reachability in ASIHTTPRequest, which includes support for older iOS versions.

Alex Reynolds
A: 

hi fedrick , if you consider building apps for the app store do program it for iphone 4.0 compatible , cheers !

AlsonToh-SG