Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 482
phi Avatar asked Dec 07 '10 10:12

phi


1 Answers

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.

like image 66
Nate Lyman Avatar answered Oct 21 '22 22:10

Nate Lyman