Paul Sinnema
Paul Sinnema

Reputation: 2792

Select a WiFi network

I'm not sure if this is at all possible or not.

A client of our company would like to have the following:

The App is written in Monotouch on iOS.

Upvotes: 5

Views: 1251

Answers (1)

poupou
poupou

Reputation: 43553

This sounds like what CaptiveNetwork offers. The bindings for this are available in recent versions of MonoTouch (5.2+).

UPDATE: I updated the answer to MonoTouch WIFI SSID to show how to use CaptiveNetwork (a single call) from MonoTouch (but it's a bit different, subset, from what you're looking to do with the API).

Upvotes: 3

Related Questions