Checking For Internet Connectivity in Objective C

Take a look at Apple’s sample code. The Reachability project shows how to detect a connection.

http://developer.apple.com/iphone/library/samplecode/Reachability/index.html

Leave a Comment