Skip to content

iOS14 always get reachable on 4G with wrong hostname #185

Description

@luckyzd
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions