I am working with my ipad app. With my iPad 3G,it's a trouble that i can't solve. I want to distinguish between 3G network and wifi in my app. Anyone had encountered the same problem before? any advice welcomed! Thanks!

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

You want the "reachability" API that is discussed here.

link|improve this answer
Is the state for ReachableViaWWAN means the 3G Network ? – snail Nov 8 '10 at 18:04
Did you follow both links I gave you? The second link (to another question here on StackOverflow) even gives a complete code listing that shows the answer is yes. – Joshua Nozzi Nov 8 '10 at 18:08
Thanks for your answer, I just want to confirm this questions again. Because I am at home now and don't have 3G card to verify. – snail Nov 8 '10 at 18:23
feedback

This should help:

http://www.drobnik.com/touch/2010/08/reachability/

link|improve this answer
Is the state for ReachableViaWWAN means the 3G Network ? – snail Nov 8 '10 at 18:07
1  
Yes, WWAN and 3G/EDGE are interchangeable. – Evan Mulawski Nov 8 '10 at 18:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.