I know this question has been floated, but there are not any answers. In Objective C, is there a way to return signal strength?
-
Did you get answer? – Manish Mahajan Mar 10 '21 at 05:52
2 Answers
Apple does not allow developers direct access to the low-level wireless API functions. It is possible to include some of these functions in your application (see the iphone-wireless project for example) but your application will not be accepted for inclusion in the iTunes store.
Previously some applications were allowed to do this (WiFiFoFum for example) but these applications have been removed from the store for using private APIs.

- 579
- 2
- 6
-
-
4Going rouge is not bad, depending on your complexion. But going rogue is more fun! :-) – donjuedo Dec 21 '16 at 00:08
-
Did not get the answer I was looking for, but learned a new word :D – humblePilgrim Jun 12 '19 at 11:24
It's not documented API I believe, but you may git clone VAFieldTest in Github. Search int result = CTGetSignalStrength();
in this app.
See the selected answer here: Measuring cellular signal strength
If you just want to see the signal strength, call *3001#12345#*
in the Phone app and it will shown in the status bar.
http://socialtimes.com/find-your-iphones-signal-strength-using-the-hidden-field-test-mode_b4690

- 1
- 1

- 16,763
- 23
- 77
- 103