We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reachability *reach = [Reachability reachabilityWithHostname:@"abcd"]; reach.reachableBlock = ^(Reachability *reachability) { NSLog(@"ios14 always reachable on 4G "); }; [reach startNotifier];
iOS14 x 4G not OK iOS14 x wifi OK iOS13 x 4G OK
The text was updated successfully, but these errors were encountered:
我记得以前是可以的... 是啥时候突然不行了???
Sorry, something went wrong.
看源码啊,八百年不更新了,要不自己fork改一下,要不换库(RealReachablity支持)
No branches or pull requests
iOS14 x 4G not OK
iOS14 x wifi OK
iOS13 x 4G OK
The text was updated successfully, but these errors were encountered: