reachability-ios
reachability-ios copied to clipboard
Opposite status reported in simulator
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)? It seems to work fine when deployed to the actual device.
Thanks for feedback, I'll check it
I've checked example and everything works fine. Please, provide part of source code that works wrong on simulator