开发者

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

开发者 https://www.devze.com 2023-01-29 19:41 出处:网络
This question already has answers here: iPhone Data Usage Tracking/Monitoring (7 answers) 开发者_Python百科Closed 9 years ago.
This question already has answers here: iPhone Data Usage Tracking/Monitoring (7 answers) 开发者_Python百科 Closed 9 years ago.

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?


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.

0

精彩评论

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