reachability-ios
reachability-ios copied to clipboard
Flexible network reachability with blocks for iOS and OS X.
Results
2
reachability-ios issues
Sort by
recently updated
recently updated
newest added
Is it expected that self.network.observeReachability (where self.network = SCNetworkReachability(host: "http://......")) seems to always report the opposite status (unreachable when reachable, and vice versa) when running in iOS simulator (iOS 8.3)?...
Tested in 1.2.0 and verified as working. Tested in 2.0.0 and verified as broken. To reproduce on an iOS 7 device. - Monitor reachability changes - Put phone into Airplane...