CTServerConnectionGetCellID

CTServerConnectionGetCellID

本文介绍了CTServerConnectionGetCellID例程核心电话的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想检索一些蜂窝网络信息,例如cellId和LAC.我知道目前还没有官方的方法,但是我仍然遇到一些CoreTelephony例程,例如CTServerConnectionGetCellID.

I want to retrive some cellular network informations such as cellId and LAC.I know that there is no official way to do that, but i still experiencing some CoreTelephony routines such as CTServerConnectionGetCellID.

有什么运气能使它工作吗?

any luck to get this working ?

有什么帮助吗?

推荐答案

尝试以下使用代码测试iPhone信号

它为您提供CellID,但我不认为它显示了LAC,但是我可能会误解某些输出.

It gives you CellID but I don't think it shows LAC, I could be misinterpreting some of the output though.

这篇关于CTServerConnectionGetCellID例程核心电话的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-03 15:20