Multitasking with MPMediaPlayer

174 views Asked by At

I'm streaming and playing an MP3 file in a MPMediaPlayer. I've been looking for solutions, and I saw ways to do it with an AVAudioPlayer, but I need to use the MediaPlayer. Is it possible to have it Multitask and be able to be controlled from the multitasking menu?

I already added the stuff in the info.plist, btw.

1

There are 1 answers

0
js_ On

Are you using applicationMusicPlayer?

applicationMusicPlayer doesn't run in background.

iPodMusicPlayer of MPMusicPlayer can run in background like apple's Music app.