Hi, i'm doing a game to both android and IOs platforms, and i need to know if the users is connected to a certain WiFi, i can know if the user is conected to a WiFi using
`if(Application.internetReachability==NetworkReachability.ReachableViaLocalAreaNetwork)`
but i need to know more info about that WiFi, overall the name of the WiFi, how can it be done in C#?
Thanks in advance.
↧