Reading iphone carrier's signal strength

大兔子大兔子 提交于 2020-01-11 10:41:47

问题


Is this even possible? If not I'm really surprised this hasn't been open thru the API yet.


回答1:


Apple doesn't allow the use of low level network/wifi/cellular api's. Interestinlgy during a previous period, there were apps in the app store that made use of private apis (a few WIFI-Scanners for example). They've all been banded from the appStore by now, as far as I know at least.

Also the newly available (since iOS 4) core telephony framework doesn't offer any methods or properties to serve you the information you're looking for.

So unless you're building a non-app-store-app I don't see a legitimate solution to your problem.

*sam




回答2:


Several apps in the app store use OS 3 and get signal strength.
Apple fully approves them.



来源:https://stackoverflow.com/questions/3279163/reading-iphone-carriers-signal-strength

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!