Hi, I want to get the name of internet connection type in iPhone?
Any help would be appreciated.
Regards
Uddhalaka
Hi, I want to get the name of internet connection type in iPhone?
Any help would be appreciated.
Regards
Uddhalaka
Take a look at the Reachability sample. Figure that it'll use the best available connection (WiFi, 3G, or Edge).
With the SCNetworkReachability API you can tell if you're in one of three states:
There's no way to distinguish what type of cellular network you're on (EDGE or 3G), only that you're on a cellular network.