Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reachabilityChanged not getting called #4

Open
Voley opened this issue Oct 9, 2014 · 1 comment
Open

reachabilityChanged not getting called #4

Voley opened this issue Oct 9, 2014 · 1 comment

Comments

@Voley
Copy link

Voley commented Oct 9, 2014

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.

@Geri-Borbas
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants