How to get the currently used Radio Access Technology from serviceCurrentRadioAccessTechnology

When user have an e-Sim configured in his iPhone besides his physical SIM card, does the next code returns more than one entry in the dictionary ?

Code Block
[[CTTelephonyNetworkInfo alloc] init] serviceCurrentRadioAccessTechnology]


If YES, how to get the currently used technology ?

Thank you in advance.

When user have an e-Sim configured in his iPhone besides his physical
SIM card, does the next code returns more than one entry in the
dictionary?

Yes.

If YES, how to get the currently used technology?

Please clarify what you mean by “currently used”. If there are multiple items in the dictionary then, by definition, they’re both “currently used”.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
How to get the currently used Radio Access Technology from serviceCurrentRadioAccessTechnology
 
 
Q