How to get Mobile Country Code of the network not the SIM card ?

I have a technical need to block some services of my application according to the operator currently camped (network operator).
  • From the Core Telephony documentation it is possible to know the home cellular operator using CTCarrier, but there is no guidance on how to get the MCC and MNC of the network operator.

https://developer.apple.com/documentation/coretelephony/ctcarrier?language=objc

Can you help me find a solution to know the MCC and the MNC of the Network for example in the case of Roaming.
If this is not possible, is there a solution to know if the device goes through the roaming service or not?

Can you help me find a solution to know the MCC and the MNC of the
Network …

AFAIK there’s no supported way to get this info.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
Thank you for your reply and confirmation

How to get Mobile Country Code of the network not the SIM card ?
 
 
Q