iPhone signal strength

后端 未结 2 685
一个人的身影
一个人的身影 2020-11-30 09:20

I know this question has been floated, but there are not any answers. In Objective C, is there a way to return signal strength?

2条回答
  •  再見小時候
    2020-11-30 09:50

    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

提交回复
热议问题