views:

136

answers:

1

Hi 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

+1  A: 

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

See this question for more details: http://stackoverflow.com/questions/351954/accessing-iphone-wifi-information-via-sdk#412548

Brandon