Wifi Listing near me

Hello I m working on an app connected with IOT which has to show wifi available near me I tried many thing but I m not able to do it can you please help me with it

Thanks in Advance

I presume that you’re trying to run a Wi-Fi scan so that you can find a Wi-Fi network published by your accessory. If so, I’m going to quote QA1942 iOS Wi-Fi Management APIs here:

iOS does not have a general-purpose API for Wi-Fi scanning and configuration.

That Q&A also has links to info on Wireless Accessory Configuration (WAC), which is the way to get the best experience here.

If you can’t implement WAC, there’s a variety of less-optimal approaches you can take. The Configuring a Wi-Fi Accessory to Join the User’s Network shows one potential approach you can use.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Wifi Listing near me
 
 
Q