I need to test network reachability in my iPhone project. Which project is better to use?
Asked
Active
Viewed 1,575 times
1 Answers
1
Reachability if your only issue is to test network reachability. It's apple sample code and it's pretty easy to use.
UIDevice is great for learning but a bit overkill just for network reachability. So in the end either of them will do. Depends on what you want to do.

John Conde
- 217,595
- 99
- 455
- 496

Radu
- 3,434
- 4
- 27
- 38
-
Thanks that is what i wanted to hear! – m88m Feb 10 '11 at 11:16