Background audio support
HiveHicks opened this issue · 1 comments
HiveHicks commented
Now the audio keeps stopping whenever I switch to another app.
HiveHicks commented
Ooops, seems like it has nothing to do with the library. Just setting the appropriate audio session category before using ORGMEngine
works great
[[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayback error:&error];