How can I measure application data traffic?

I am developing an iPad application that downloads some images and makes video calls. Images are retrieved via http, and the video stream exceeds rtp. Is there a way to measure all the downloads and downloads that my application is doing? I am not looking for a debugging tool, I would like to register how many users are using bandwidth.

+7
source share
1 answer

Try using the Google Analytics SDK

+1
source

All Articles