Hey,
I want to get nearby Wi-Fi network's SSID into the app using network extension framework.
Right now I can get scan list by visiting the setting--->Wifi Screen but I want to get those Scan Result into the app without visiting the setting wifi screen.
If anyone idea about it please let me know
This old thread came up in another context, so I wanted to post a quick update.
First, TN3111 iOS Wi-Fi API overview is the successor to QA1942. Quoting that technote:
iOS does not have a general-purpose API for Wi-Fi scanning and configuration. However, it does support a wide range of special-purpose Wi-Fi APIs. This technote lists some use cases supported by those special-purpose APIs.
Second, TN3151 Choosing the right networking API has a general overview of networking APIs on Apple platforms.
Third, if you’re trying to get signal strength info, read iOS Network Signal Strength.
Finally, Extra-ordinary Networking has links to a bunch of different posts about low-level networking topics, including a Working with a Wi-Fi Accessory.
And with that, I’m gonna close this thread. If you have questions about any of this stuff, put them in a new thread. Use the same topic and tags as this thread, so that the relevant folks see it go by.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"