1

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.

Community
  • 1
  • 1
Taho
  • 833
  • 1
  • 10
  • 9

1 Answers1

0

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.

Tom Irving
  • 10,041
  • 6
  • 47
  • 63