Get current connected carrier (not home but roaming)

Want to get the current active connected network carrier.


How do we go about getting the carrier information? The current api seems to only be for the home country, but that's not what we want since the data is not accurate. We want the connected roaming carrier information.

The current api seems to only be for the home country …

That’s correct. That is the documented behaviour and it’s a deliberate design choice. There is no API to get the currently connected carrier, which is another deliberate design choice.

Why do you need this info? What are you planning to do based on it?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
Get current connected carrier (not home but roaming)
 
 
Q