iOS Audio Session Category

Monkey Forums/Monkey Bug Reports/iOS Audio Session Category

nullterm(Posted 2015) [#1]
Was having issues with game audio shutting down the music app (or my case Spotify).

It looked like something may have changed with how the categories are handled? So I moved the audio session init to before alcOpenDevice. I modified my local Monkey modules/mojo/native/mojo.ios.cpp and game & external music now play/mix nicely together.

kAudioSessionCategory_UserInterfaceSoundEffects is also now deprecated.