MPNowPlayingInfoCenter nowPlayingInfo ignored for AVPlayer audio via AirPlay

后端 未结 2 502
被撕碎了的回忆
被撕碎了的回忆 2021-02-13 20:32

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

2条回答
  •  迷失自我
    2021-02-13 21:22

    If you're on iOS7 you've got to disable external playback :

    self.player.allowsExternalPlayback = NO;

提交回复
热议问题