iOS.Library.eppz_reachability icon indicating copy to clipboard operation
iOS.Library.eppz_reachability copied to clipboard

reachabilityChanged not getting called

Open Voley opened this issue 10 years ago • 1 comments

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.

Voley avatar Oct 09 '14 13:10 Voley

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.

Geri-Borbas avatar Oct 10 '14 22:10 Geri-Borbas