I have implemented audio playback using AVPlayer, playing a remote mp3 url.
I want to display the information about the currently playing audio using the MPNowPlay
MPNowPlay
If you're on iOS7 you've got to disable external playback :
self.player.allowsExternalPlayback = NO;