gpt4 book ai didi

ios - NSNotificationCenter 'selector' working than once is single 网络状态变化

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:22:12 26 4
gpt4 key购买 nike

在我的应用程序中,我想检测网络状态变化以在当时执行一些操作。我在 app-delegate 中添加了以下代码。当我打开网络连接时,“networkStatusChanged:”方法被调用一次,这是正确的。当我关闭网络连接时,它会调用两次。谁能帮我找出问题所在......

[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(networkStatusChanged:)
name:kReachabilityChangedNotification
object:nil];
reachability = [[Reachability reachabilityForInternetConnection] retain];
[reachability startNotifier];

最佳答案

它可能会在 WiFi 连接丢失时执行一次,而在手机数据连接丢失时执行第二次。

关于ios - NSNotificationCenter 'selector' working than once is single 网络状态变化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16337598/

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