views:

449

answers:

1

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,

A: 

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

Adrian Kosmaczewski
Hey Adrian, thanks for that! Your answer is correct, until Apple release a framework or a way to we have access to this restrict info.
vfn