Kevin
Kevin

Reputation: 2730

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.

Upvotes: 7

Views: 989

Answers (1)

protikhonoff
protikhonoff

Reputation: 565

Try to use Google Analytics SDK

Upvotes: 1

Related Questions