I need to know the value of a setting of the device (in specific - of an IPhone) from within the code (Objective C). In particular I wish to know if 3G is enabled (usually undeg settings ->General->Network). I Don't wish to change the setting in any way, just to know its current value.
If it is possible to know if a 3G network is available then it's even better. I'm familiar with the Reachability class, however, that would not tell me if the WWAN network is 3G.
Thanks, Ziv