I am developing an application on iphone that uses MPMoviePlayerController to play an audio file. When the application goes into the background, if mpmovieplayer is playing, the iphone continues to play the current music, but when it ends, the next track does not start.
I am trying to run the next audio file in MPMoviePlayerPlaybackDidFinishNotification, and when I follow the code using the debugger, I see that the method is being called and the code is executed, the bit of the next sound file still does not start.
Is this possible on iOS 4.1 or is this a limitation?
Regards Samantha
source share