views:

84

answers:

2

Hello guys!

Maybe is there a good way to determine if I have an internet connection or not? (3G or wifi) Thanks!

+2  A: 

Here's something a new search engine called Google revealed:

iPhone SDK: Testing Network Reachability

Chris S
I am using this new feature of the internet, but it didn't give me this site ;) but anyway, thanks for your answer! :)
Infinity
A: 

See SCNetworkReachabilityRef datatype in the SystemConfigration framework. It does not test the network per se, it's a framework around ping.

Seva Alekseyev
also thank you!
Infinity