I want to get wifi's SSID and password from server and I have to check any available wifi's SSID is matched with my server's SSID. If any matched, I have to connect with that wifi using its password. I have read many post related to this but I couldn't get any answer.
Asked
Active
Viewed 194 times
0
-
Sorry. I haven't tried with any codes, even i don't have an idea how to achieve. – esakkiraja Aug 05 '17 at 11:00
-
2Hello and welcome to StackOverflow. Please take some time to read the help page, especially the sections named [ask] and [mcve]. And more importantly, please read [the Stack Overflow question checklist](http://meta.stackexchange.com/q/156810/204922). – Peter Tutervai Aug 05 '17 at 11:00
2 Answers
0
This is not possible in iOS. The only thing you can retrieve is the SSID after the user has connected to one of the Wi-Fi networks using the regular iOS UI.

meaning-matters
- 21,929
- 10
- 82
- 142
0
You can use Hotspot Configuration to register SSID/password to connect to.
For more info, see iOS - How to programmatically connect to a WiFi network given the SSID and Password using a private/3rd party library

Senseful
- 86,719
- 67
- 308
- 465