Is there an API to get detailed data about the cellular status?

Hi all,

Does anyone know if it's possible to get detailed information about the cellular network?

For example:

  • Connection speed: E, 3G, 4G, 5G
  • Number of radio towers near me
  • Information about the connected radio tower

I found this code *3001#12345#* on a website, is it possible to get the information at least from this hidden menu?

Answered by DTS Engineer in 688085022

Does anyone know if it's possible to get detailed information about the cellular network?

There’s no way to get this info using the iOS SDK [1].

Are you working on behalf of a carrier?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

[1] The exception being the current radio technology in use, which you can get using the serviceCurrentRadioAccessTechnology property.

Accepted Answer

Does anyone know if it's possible to get detailed information about the cellular network?

There’s no way to get this info using the iOS SDK [1].

Are you working on behalf of a carrier?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

[1] The exception being the current radio technology in use, which you can get using the serviceCurrentRadioAccessTechnology property.

Is there an API to get detailed data about the cellular status?
 
 
Q