Akshay Hunka
Akshay Hunka

Reputation: 1

Change iPhone internet connection mode programmatically

I want to know if there is a way of changing the internet connection mode from GPRS to WiFi and vice-versa programmatically. I am developing one application and want to give liberty to users which internet connection mode they want to use for my application. Also is there any other connection mode available apart from WiFi and GPRS?

Upvotes: 0

Views: 419

Answers (1)

tc.
tc.

Reputation: 33602

Not with a public API.

There's also Bluetooth connectivity, which is used for GameKit and also automatically used for device-to-device Bonjour.

Upvotes: 1

Related Questions