Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I measure my app's data traffic?

I'm developing an iPad app, which loads some images and does video calls. The images are retrieved over http, and the video stream is over rtp. Is there a way to measure all download and upload that is being performed by my app? I'm not looking for a debug tool, I'd like to log how much bandwidth customers use.

like image 559
Kevin Avatar asked May 21 '13 07:05

Kevin


1 Answers

Try to use Google Analytics SDK

like image 74
protikhonoff Avatar answered Nov 11 '22 05:11

protikhonoff