Accessing iPhone WiFi Information via SDK

JamesSugrue picture JamesSugrue · Dec 9, 2008 · Viewed 48k times · Source

Is there a way using the iPhone SDK to get WiFi information? Things like Signal Strength, WiFi Channel and SSID are the main things I'm looking for.

Only interested in Wifi info, not cellular.

Answer

mhl666 picture mhl666 · Dec 1, 2011

According to this it's actually possible since iOS 4.1.

The function is called: CNCopyCurrentNetworkInfo()

Hope that helps.