【发布时间】:2021-06-03 10:30:07
【问题描述】:
我想在 iOS 中测量 WIFI 信号强度。以下是预期
- 扫描获取Wifi列表
- 连接到 WiFi 并以 dBm 为单位测量 WIFI 信号强度。
任何人都可以帮助如何在 iOS 中执行此操作,因为 iOS API 中有一些限制。
【问题讨论】:
标签: swift objective-c
我想在 iOS 中测量 WIFI 信号强度。以下是预期
任何人都可以帮助如何在 iOS 中执行此操作,因为 iOS API 中有一些限制。
【问题讨论】:
标签: swift objective-c
你可以通过NEHotspotHelper做#1。
这里是a thread where you can find more information,还有一个sample github repo!
你可以通过NetworkExtension做#2
更多信息在this closely related question
这两项都需要您申请的特殊权利。查看段落at the start of the NEHotspotHelper documentation。
【讨论】: