Reputation: 1947
How can I get the signal bars on iOS? I've read that it's impossible but there is an app in the appstore called Signals which does exactly what I want.
Upvotes: 1
Views: 218
Reputation: 7031
You can't (not with public APIs at least). That app Signals hasn't been updated for over 2 years. I just tried the app and it doesn't seem to be able to grab my signal data. Perhaps there used to be an API that grabs the signal that's no longer available in the later SDK. Either way, to the best of my knowledge, there's no way to reliably grab signal data.
One way to fake it I guess is to ping a reliable server (google for example) and figure out the round trip time when you have respective bars.
Upvotes: 1