2

Possible Duplicate:
How to use reachability class to detect valid internet connection?
Iphone detect 3g or wifi

Is there a way to programmatically determine if a user's iOS device is connecting to the Internet via cellular (3G/EDGE) vs. using a Wi-Fi connection?

Community
  • 1
  • 1
Kwame
  • 1,115
  • 2
  • 21
  • 38

1 Answers1

3

You can use the Reachability library.

Echilon
  • 10,064
  • 33
  • 131
  • 217