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?
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?
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.