Audio interruption when iOS application is recording in background
问题 My iPad sound application (iOS 7.1) is able to record while in background. Everything is ok as far as recording is not interrupted while in background. For example if one's has the (stupid?) idea to start listening music while recording something. I tried to manage this interruption in different ways, with no success. The problem is that the - (void)audioRecorderEndInterruption:(AVAudioPlayer *)p withOptions:(NSUInteger)flags is never fired when application was in background as the