I am trying to understand how does an app like DataMan work. Even if it runs on the background, how can it measure the bandwidth allocation of the other apps?
Asked
Active
Viewed 3,019 times
15
-
I'm also trying to figure this out. Did you ever work it out? – NeilInglis Jan 26 '11 at 13:53
-
No idea yet. I'll update this question if I learn something! – phi Jan 26 '11 at 14:01
-
13Here's the answer. http://stackoverflow.com/questions/7946699/iphone-data-usage-tracking-monitoring/8014012#8014012 – Sahil Khanna Nov 08 '11 at 12:30
1 Answers
3
Most apps like that inject a proxy to all your data calls. Through that they measure the amount of bandwidth you are consuming.
There is no way to measure data you are using outside of your app. You can track it for your own network call within your app though.

Nate Lyman
- 94
- 5
-
I am looking to track usage of data sent and received through my app. I would really appreciate your help if you could please give some suggestion on how to do it. Here is my question: http://stackoverflow.com/q/14450656/427969 – user427969 Jan 24 '13 at 02:02