开发者

iPhone development - How to get some device [usage] info/statistics

开发者 https://www.devze.com 2022-12-15 14:31 出处:网络
So, I know that is possible to retrieve some info, like Device name, unique ID, etc. all of them provided by UIDevice Class.

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 inf开发者_开发知识库ormation 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,


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

0

精彩评论

暂无评论...
验证码 换一张
取 消