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.

How to get Reachability Notifications in iOS in Background when dropping Wi-Fi network?

I'm using Reachability successfully to determine the status of the network, and to be notified of changes (e.g. Reachability …

ios networking reachability
Using Apple's Reachability to check remote server reachability in Swift

I'm developing an iOS application written in Swift that communicates with a HTTP server on the local network, and I'm …

ios swift reachability
How to get change in network connection notification from iOS Reachability Class?

Hi I want to capture whenever user gets a network connectivity in my application for this I have added apples …

ios objective-c reachability
Best Approach For Checking Internet Connection in iOS

I have been searching through internet to find the best way to check for internet connection in iOS that works …

ios swift xcode reachability internet-connection
Using Reachability for Internet *or* local WiFi?

I've searched SO for the answer to this question, and it's not really addressed, at least not to a point …

iphone cocoa networking reachability
iOS Detecting connection speed or type

Possible Duplicate: Iphone detect 3g or wifi is there a way to get the current network speed or if the …

iphone objective-c ios reachability
Reachability not working as expected

Downloaded Reachability from Apple, using this method to check for an active connection: -(BOOL)isReachable{ Reachability *r = [Reachability reachabilityWithHostName:@"…

objective-c ios reachability
Reachability network change event not firing

My iphone app is pretty simple with one view that handles everything, in viewDidLoad I check to see if we …

iphone objective-c reachability nsnotificationcenter
checking reachability against a specific page in a URL

After I have read the answer for this question I have found that using reachabilityWithHostName does not work with a …

ios objective-c swift iphone reachability
iOS Reachability test

For our app, we use the following code to check for internet connection whenever the app user is trying to …

ios reachability internet-connection