I want to measure WIFI signal strength in iOS. Below would be the expectation
- Scan and get List of Wifi
- Connect to WiFi and measure WIFI signal strength in dBm.
Can anyone help how to do this in iOS as there are some restrictions in iOS APIs.
I want to measure WIFI signal strength in iOS. Below would be the expectation
Can anyone help how to do this in iOS as there are some restrictions in iOS APIs.
You can do # 1 via NEHotspotHelper
.
Here's a thread where you can find more information, plus a sample github repo!
You can do # 2 via NetworkExtension
More information in this closely related question
Both of these require a special entitlement you need to apply for. Check out the paragraph at the start of the NEHotspotHelper
documentation.