I'm developing an iOS 5.1 app and I need to check for internet connection and which type of connection it is.
What is the most efficient way to go about this simple check?
I'm developing an iOS 5.1 app and I need to check for internet connection and which type of connection it is.
What is the most efficient way to go about this simple check?
Apples' reachability might help, it worked nicely for me:
http://developer.apple.com/library/ios/#samplecode/Reachability/Introduction/Intro.html