iphone: playing audio playlist in the background?

前端 未结 1 1640
暗喜
暗喜 2020-12-08 06:06

I\'m trying to play sequence of audio files in the background using AVAudioPlayer. When the app is not in the background it plays well, but when the app goes to the backgrou

相关标签:
1条回答
  • 2020-12-08 06:27

    THE SOLUTION

    Just add [[UIApplication sharedApplication] beginReceivingRemoteControlEvents]; and some other tweaks. It's all here

    https://devforums.apple.com/message/264397

    0 讨论(0)
提交回复
热议问题