Hi when iPhone connects to a wireless router, and that router is not connected to the internet? i need to display an error message saying "check you internet connection" i tried the Reachability sample code. but no luck, http://developer.apple.com/library/ios/#samplecode/Reachability/Listings/ReadMe_txt.html
when i disable the WIFI in phone it's working fine, i tried the http://stackoverflow.com/questions/477852/checking-for-internet-connectivity-in-objective-c sample code "isDataSourceAvailable" even itz not working,can any one help me to fix this issue, really appriciate.