iPhone signal strength

后端 未结 2 680
一个人的身影
一个人的身影 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条回答
  •  -上瘾入骨i
    2020-11-30 09:44

    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.

提交回复
热议问题