Reputation: 39
I am going to develop an iOS app that has to search the list of nearby available wifi networks of our app community and has to connect with any one of it.Here all the wifi network's ssid and passwords are predefined. I had searched a lot in stack overflow all of them said it is not possible in IOS (doing with jailbreak will be rejected by apple). But those all questions are asked before more than one year.But i hope there may be any update on it at least i have to connect the user with that predefined ssid and password i should do it. thinking positively i am asking this question anyone can help me please. thanks in advance
Upvotes: 1
Views: 201
Reputation: 11201
The answer is still NO. You cannot do that. There is a reason that your device has Settings app. You can use Reachability framework to check if device is connected to wifi or not and you can let the user navigate to settings and connect wifi from there.
Upvotes: 1