Using Reachability for Internet *or* local WiFi?
- by randallmeadows
I've searched SO for the answer to this question, and it's not really addressed, at least not to a point where I can make it work.
I was originally only checking for Internet reachability, using:
self.wwanReach = [Reachability reachabilityWithHostName:@"www.apple.com"];
[wwanReach startNotifer];
I now need to support a local WiFi connection (in…