Top "Reachability" questions

Reachability is an iOS sample application which demonstrates how to use the SystemConfiguration framework to monitor the network state of an iPhone or iPod touch.

iOS network reachability - doesn't seem to be working

I'm following How to check for an active Internet connection on iOS or OSX? and http://developer.apple.com/library/…

ios networking reachability
How to detect change in network with Reachability?

I'm currently checking network connection on viewDidLoad using this: -(BOOL)reachable { ReachabilityDRC *r = [ReachabilityDRC reachabilityWithHostName:@"google.com"]; NetworkStatus internetStatus = […

iphone objective-c cocoa-touch reachability
Reachability and IPv6

One of my project uses the Apple's Reachability class in order to be monitor the network state and be notified …

ios objective-c ipv6 reachability
How to detect loss of internet reachability when wifi source loses connection?

I am trying hard to get the authentic internet connectivity status. I have used Apple's Reachability but it's only giving …

iphone ios objective-c reachability