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.
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.