user1032657
user1032657

Reputation: 2471

iOS - Switch WiFi networks programmatically - Jailbroken

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

Answers (1)

Rok Jarc
Rok Jarc

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

Related Questions