Possible Duplicate:
How to Check for an active Internet Connection on iPhone SDK?
How can I make my app check for internet access. If it’s not available it should present a dialog box telling the user and show the select a network view.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apple has some sample code over at the iOS Dev Center for checking connection status.
Also, you can’t invoke the select a network view yourself, it’s up to the OS.