Possible Duplicate:
How to check for an acti开发者_如何学运维ve Internet Connection on iPhone SDK?
I have to find to which network the ipad is currently connected through the ipad application. is it possible through the reachability code?
Do you mean the SSID of the wifi network? That's not possible.
For checking internet/intranet connection, use the reachability, and specify your own server (on the intranet) or a public server (on the internet) to check if you can reach it.
精彩评论