How to keep track of the network traffic on 3G/wifi on an iOS device? [duplicate]
Asked Answered
T

1

15

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?

Titmouse answered 7/12, 2010 at 10:9 Comment(3)
I'm also trying to figure this out. Did you ever work it out?Bashful
No idea yet. I'll update this question if I learn something!Titmouse
Here's the answer. #7947199Halfdan
T
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.

Torrie answered 13/1, 2013 at 7:51 Comment(1)
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: https://mcmap.net/q/826463/-track-usage-of-data-sent-and-received-through-my-app/427969Autoionization

© 2022 - 2024 — McMap. All rights reserved.