I have implemented connectionDidFailWithError to alert the user of any errors that happen in the network connections like time out, no internet connection etc. It gives me correct notification when no internet connection is available.
So do I still need to implement Apple's reachability code?