gpt4 book ai didi

ios - 连接到 iOS 11 中的 wifi 网络 "Unable to join the network"

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

我正在尝试连接到应用程序内的 wifi 网络。使用下面的代码:

let hotspotConfig = NEHotspotConfiguration(ssid: "testNetwork")
hotspotConfig.joinOnce = true
NEHotspotConfigurationManager.shared.apply(hotspotConfig) { (configurationError) in
if configurationError != nil {
print("error")
print(configurationError!.localizedDescription)
} else {
print("success")
}
}

但是当我无法加入网络时,我会收到一条警报:“无法加入网络testNetwork”

我的问题是,如果我无法连接,有什么方法可以显示警报?

最佳答案

我很确定您无法拦截和隐藏该消息,因为它由操作系统处理(与加入网络弹出窗口相同)。

关于ios - 连接到 iOS 11 中的 wifi 网络 "Unable to join the network",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48197167/

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