gpt4 book ai didi

ios - wifi不存在时NEHotspotConfigurationManager报错问题

转载 作者:行者123 更新时间:2023-11-30 11:06:44 28 4
gpt4 key购买 nike

当我尝试连接不存在的 wifi 时发现问题,这是我的代码:

let configuration = NEHotspotConfiguration.init(ssid: "wifi-name")  
NEHotspotConfigurationManager.shared.apply(configuration) { [unowned self] (error) in
print("NEHotspotConfigurationManager.error: \(error)")
}

如果 wifi 不存在,我会看到并与之对话

"impossible to connect network "wifi-nam""

但是NEHotspotConfigurationManager中的错误为nil,那么如何控制特定ssid wifi是否存在?

最佳答案

不幸的答案是:您无法控制特定 WiFi 是否存在。

这是预期的行为。如果您可以检查附近是否有某个 wifi,则可以使用该信息来跟踪用户。这就是为什么如果你想这样做,Android 会要求位置权限。在 iOS 上,这目前根本不可能。

关于ios - wifi不存在时NEHotspotConfigurationManager报错问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52642814/

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