Detecting wifi network change in iPad

I have an iPad application which requires me to stream a video to a user only if he is connected to a particular wifi network. If his wifi network changes, I need to stop streaming. Is there any way to know that the wifi network that the user is connected to has changed? Are there any public APIs that can give me the SSID of the wifi network I am connected to or the VSS ID or the MAC address of the router?

Thanks and Rgrds, Hetal


There is no supported way to do this, but it is possible.

See this question for more details: Accessing iPhone WiFi Information via SDK

链接地址: http://www.djcxy.com/p/70120.html

上一篇: 网络拓扑信息

下一篇: 在iPad上检测wifi网络变化