Get CellID, MCC, MNC, LAC, and Network in iOS 5.1

I know three ways on how you can do it on iOS 5.x – 7.x. All of them use private APIs from CoreTelephony.framework. Supports both GSM and UMTS. 1) Using cell monitor struct CTResult { int flag; int a; }; extern CFStringRef const kCTCellMonitorCellType; extern CFStringRef const kCTCellMonitorCellTypeServing; extern CFStringRef const kCTCellMonitorCellTypeNeighbor; extern CFStringRef const … Read more