How do I know whether my iPhone/iPad is connected to 2G or 3G? [duplicate]
问题 This question already has answers here : Determining 3G vs Edge (5 answers) Closed 5 years ago . I was trying to check wether the device is connected via 2G (GPRS, EDGE) or 3G (UMTS, HSDPA). I only found the Reachability example class from here (Apple Dev Example) This example only check wether its Wifi or WWAN. I wanna use it to decide wether I download the small data or the huge files. As it is big different between GRPS and UMTS. Is it possible to distinguish 2G and 3G? 回答1: This is