iPhone 开发 - 如何获取一些设备[使用情况]信息/统计数据
所以,我知道可以检索一些信息,例如设备名称、唯一 ID 等,所有这些信息均由 UIDevice 类。
我想知道是否有办法获取与无线使用情况(下载和上传)、发送的短信量、通话时间以及任何其他统计数据相关的信息。
有谁知道如何获取此信息?
干杯,
So, I know that is possible to retrieve some info, like Device name, unique ID, etc. all of them provided by UIDevice Class.
I would like to know if there is a way to get information related with wireless usage (Download and upload), amount of SMS sent, minutes of talking, and any other statistics.
Does anyone has any idea on how to get this info?
Cheers,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,据我所知,您无法使用公共 API 获取该信息。但是,顺便说一句,下面的应用程序展示了如何使用公共 API 访问 iPhone 中不同类型的“所谓的私人”信息:
http://github.com/nst/SpyPhone
No, AFAIK you can't get that information using public APIs. But, just as a side note, the application below shows how to access different kinds of "supposedly private" information in the iPhone by using public APIs:
http://github.com/nst/SpyPhone