Skip to Previous and Next song notification in MPMusicplayercontroller?

401 views Asked by At

I am working on music player app where I am using

MPMusicPlayerController iPodPlayer 

to play the songs. I want to receive

skip to Next and Previous song notifications 

to my app when I am in forground when user skips from ipod music controller. I couldn't find any solution, is there anyway to acheive this.

Thanks in advance.

1

There are 1 answers

0
sahiljain On BEST ANSWER

I was using single media to play the song, I changed it to MPMediaCollection to play the songs in queue and which handles playing next and previous songs.