Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Monitor data (internet) usage

Tags:

iphone

monitor

Is there a way to monitor how much data(internet) each application used?

If I cannot monitor applications is there a way to get all internet requests information? (get data passed, url, etc)

(I would like to use this info in an app Im developing for iphone)

like image 883
Jasmine Avatar asked Nov 05 '22 17:11

Jasmine


1 Answers

No, you only have access to your own application's sandbox, and therefore can only track the network usage of your own application.

like image 77
Alex Reynolds Avatar answered Nov 15 '22 12:11

Alex Reynolds