iOS.Library.eppz_reachability
iOS.Library.eppz_reachability copied to clipboard
reachabilityChanged not getting called
I started listening to host:
[EPPZReachability listenHost:RADIO_STRING_128 delegate:self];
and conformed to the protocol and implemented delegate method:
-(void)reachabilityChanged:(EPPZReachability*) reachability;
It sends me the info that 3g is available once at startup, even if wifi is enabled and does not trigger any new events.
I tried disabling and enabling wifi, turning airplane mode on and off, still no events.
iOS 8.0 and iPhone 6 plus.
I try to find some time to test / reproduce the issue. At the time I wrote this, testbed project https://github.com/eppz/eppz.reachability/tree/master/eppz!reachability got updated on WiFi on/off events just fine.