iOS获取所有WiFi网络的列表 [英] iOS Get list of all WiFi networks

查看:1128
本文介绍了iOS获取所有WiFi网络的列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有证据表明可以发布一个显示一个wifi网络列表

This is not a duplicate of the dozens of similar questions (too many to list) because I have evidence that it is possible to publish an app that displays a list of wifi networks.

因此,它已被广泛接受并理解,如果不使用私有api,您将无法获得所有wifi网络的列表。使用私有API会导致应用程序被应用商店审核拒绝。

So, it has been widely accepted and understood that you cannot get a list of all wifi networks without using a private api. The use of a private api will cause an app to be rejected from app store review.

然而,谷歌最近在2016年10月26日发布的Google Home应用中做到了这一点所以它必须可能现在 即可。怎么样?!?

However, Google did it recently in their Google Home app that was released on 10/26/2016, so it must be possible now. How?!?

注意 - 他们的 App Store列表表示该应用程序支持iOS 8.0或更高版本。
我需要进一步测试此功能是否仅存在于iOS 10版本的应用程序中,或者实际上是否也存在于iOS 8和9上。

(我的wifi名称变灰了)和图像中的mac地址)

Note- their App Store listing says the app supports iOS 8.0 or later. I need to further test if this functionality only exists on the iOS 10 version of the app, or if it in fact also exists on iOS 8 and 9.
(I grayed out my wifi name and mac address in the image)

< img src =https://i.stack.imgur.com/snPdb.pngalt =在此处输入图像说明>

我'使用Objective-C,所以如果你在Swift中提交一个解决方案,请同时提交一个ObjC!

I'm using Objective-C, so if you submit a solution in Swift, please submit an ObjC one too!

推荐答案

这可能是可以使用 NetworkExtension (自iOS 8开始提供)。但是您需要在应用程序中使用 com.apple.developer.networking.HotspotHelper -entitlement来使用这些API。要获得这些权利,您必须与Apple联系并说明您需要它的原因。

This might be possible with NetworkExtension (available since iOS 8). But you need the com.apple.developer.networking.HotspotHelper-entitlement in you app to use these APIs. To get these entitlement, you have to contact Apple and describe, why you need it.

我没有找到任何代码示例,但是 NetworkExtension 的文档可以帮助您。

I haven't found any code examples, but maybe the documentation of NetworkExtension helps you.

这篇关于iOS获取所有WiFi网络的列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆