0

My application play video from internet using MPMoviePlayer.

I should display: transferred data size and average data transfer speed (for current playing video). I cant get this information from MPMoviePlayer. So I decide to monitor network traffic of my app and use this information.

My question is:

How to track the network usage of my application? Can I determine how much data my application download from the net? How much time application does downloading of this data?

e40pud
  • 336
  • 2
  • 18

1 Answers1

0

Instruments can help you. There is a tool to collect network activity data.

  • I should display information in my app through the video playing. So, I need some API and classes to determine this information. – e40pud Aug 03 '10 at 10:32
  • This post may help you http://stackoverflow.com/questions/7946699/iphone-data-usage-tracking-monitoring – Sahil Khanna Nov 03 '11 at 06:49