I use MPMoviePlayerViewController to play some videos form the internet.
When the user presses home button and the app goes in background, the iphone still downloads a lot of information.
Can anyone recomend me how the trafic can be stopped, without disabling multitasking or calling exit(0)?
I have tried to stop the MPMoviePlayerViewController, but in some cases, when the MPMoviePlayerViewController is not fully loaded, the it doesn't respond(not the video, the MPMoviePlayerViewController).
Thanks in Advance!