I want to get the information about Wi-Fi nearby to show in a tableView. How can I get the Wi-Fi information?
I heard that the Apple provides some limited interface about Wi-Fi, is it true? How can I get it?
I want to get the information about Wi-Fi nearby to show in a tableView. How can I get the Wi-Fi information?
I heard that the Apple provides some limited interface about Wi-Fi, is it true? How can I get it?
you can easily get all the information about the current connected Wi-Fi network by using CNCopySupportedInterfaces
and CNCopyCurrentNetworkInfo
of CaptiveNetwork : https://developer.apple.com/library/ios/documentation/SystemConfiguration/Reference/CaptiveNetworkRef/index.html