The Reachability class can be used to check the network connectivity of an iOS device. It uses the System Configuration framework to monitor the network state of an iOS device. However Reachability cannot tell your application whether it is connected to a specific WIFI network or WLAN. Apple provides the headers for reachability class which […]