Is there a way to get information about the carrier of iPhones programmatically?
Heres the Swift version:
import CoreTelephony let phoneInfo = CTTelephonyNetworkInfo() let phoneCarrier = phoneInfo.subscriberCellularProvider print(phoneCarrier?.carrierName)