Get Dual SIM with two nano-SIM cards 's carrierName

Here's a snippet to get the carrier name

CTTelephonyNetworkInfo *netWorkInfo = [[CTTelephonyNetworkInfo alloc] init];
CTCarrier *carrier = netWorkInfo.subscriberCellularProvider;
NSString *carrierName = carrier.carrierName;


How to get dual carrierNames in iPhone XR feature Dual SIM with two nano-SIM cards ?


Ps: The networkInfo's private property 'serviceSubscriberCellularProviders' container information.


[netWorkInfo valueForKey:@"serviceSubscriberCellularProviders"]


Replies

Bump.


I am trying to get this information as well.


This seems a little too important to keep private

> seems a little too important


Feel free to make a feature request against the docs via the bug reporter below, adding your report # to the thread for ref., thanks and good luck.