gpt4 book ai didi

iphone - Reachability 中未调用通知

转载 作者:行者123 更新时间:2023-12-03 18:50:24 28 4
gpt4 key购买 nike

我使用了Andrew's修改后的Reachability类。

-(void)viewDidLoad

[[NSNotificationCenter defaultCenter] postNotificationName:kReachabilityChangedNotification object:nil];
[[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(checkNetworkStatus:) name:kReachabilityChangedNotification object:nil];

下载数据时,我关闭AirPort。但是 checkNetworkStatus 没有被调用。我是不是错过了什么。请帮我。这个问题让我发疯。提前致谢。

最佳答案

您是否告诉可达性实例开始广播通知?

Reachability *internetReachable = [Reachability reachabilityForInternetConnection];
// This will tell the notifier to start sending notifications
[internetReachable startNotifier];

关于iphone - Reachability 中未调用通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6859546/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com