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
THE SOLUTION
Just add [[UIApplication sharedApplication] beginReceivingRemoteControlEvents]; and some other tweaks. It's all here
[[UIApplication sharedApplication] beginReceivingRemoteControlEvents];
https://devforums.apple.com/message/264397