Retrieve Signal Strength in iOS

Hello, I'm a newbie to iOS. How do I get the cellular signal strength or signal status bar level in iOS via public APIs ? 

Replies

See the definitive answer from an Apple expert here: it is not possible through public API.

It's an old thread but answer was confirmed just one year ago.

https://developer.apple.com/forums/thread/48140

  • Your best bet is to perform a ping and measure the response.

Add a Comment