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
How to find server is reachable with Reachability code in iPhone?

I have client server say "http://abc.com" and i want to check whether this server responding or not. How …

iphone reachability
Reachability Notification Never Called

I am having a hard time using Reachability in my code. I would like to keep it very simple by …

objective-c ios app-store appstore-approval reachability