如何在 iPhone 上以编程方式识别所有可用的 wifi 网络?
我想识别当前可用的所有 wifi 网络。 中的文件,
我正在检查路径/Library/Preferences/SystemConfiguration/com.apple.wifi.plist
但它提供了 iPhone 迄今为止已连接的所有网络。它不提供当前可用的网络。
怎么做呢?即使是私有API也没关系。无论如何我都必须这么做。
I want to identify all the available wifi networks currently available. I am checking the file at path
/Library/Preferences/SystemConfiguration/com.apple.wifi.plist
But it gives all the networks to which iPhone has connected till date. It does not give currently available networks.
How to do it? It's ok even if it's a private API. I have to do it anyhow.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前,您无法在 iPhone 应用程序中访问可用 wifi 的 ssid。我尝试使用一些 API,但苹果拒绝了该应用程序,称其为私有 API。我还向 Apple 开发者支持发送了查询,他们回复说这在当前的 iOS 版本中是不可能的。
There is no way you can access the available wifi's ssid in your iPhone app currently . I tried with some API but Apple rejected the App saying its a private API. I also sent my query to Apple Developer support and they replied saying this is not possible in current iOS version.