Get CellID, MCC, MNC, LAC, Signal strength, quality and Network in iOS 8.3
问题 How to get cell id using private apis in ios 8.3 as previous core telephony private apis are not working in latest ios sdk 8.3. 回答1: You can still use this. It's working on iOS 8.3. I don't know how to get signal strength. Apple has changed many things in Core Telephony lately. :( CTTelephonyNetworkInfo *telephonyInfo = [CTTelephonyNetworkInfo new]; NSString *carrierNetwork = telephonyInfo.currentRadioAccessTechnology; NSLog(@"Mobile Network): %@", carrierNetwork); CTCarrier *carrier =