An app of mine uses CTGetSignalStrength()
to get the iPhone's signal strength. However, it turns out that in iOS 8.3 this private API call just returns 0. I read that getting the signal strength is no longer possible.
Is there a way that I can get the dBm signal strength from the iPhone programmatically on iOS 8.3?