Reputation: 2471
I am well aware that using private APIs to access network info will get your app rejected.
However, assuming that I have a jailbroken device, is it possible to programmatically switch between two WiFi networks?
Upvotes: 1
Views: 1021
Reputation: 18865
You're gonna have to use MobileApple80211 framework.
For how to use this framework stumbler is probably best learning tool - source code.
It's not built as an XCode project though, so prepare for some tweaking.
Upvotes: 1