Downloaded Reachability from Apple, using this method to check for an active connection:
-(BOOL)isReachable{ Reachability *r = [Reachability reachabilityWit
I have a same issue with the Tony Million's Reachability : network status was always set to NotReachable. I fix it with adding the SystemConfiguration Framework
Hope it helps