is there a possibility to get on an IPhone the connected WIFI SSID with Monotouch?
I have found a possibility to check the Wi-Fi States but there is no way to check the SSID. https://github.com/xamarin/monotouch-samples/blob/master/ReachabilitySample/reachability.cs So did anyone know a way? Thanks for all Comments
You can do this like the sample code that @Jason linked to. But right now there are no bindings for CaptiveNetwork in the current versions of MonoTouch (but it will be included in a future beta release).
In the meantime you can copy-paste the following code inside your application to get the SSID.
UPDATE: The latest MonoTouch 5.2+ releases includes support for
CaptiveNetwork
. The above code is simplified to: