Hi Chris,
Throw this at the top of your main.lua (you want to call this ASAP when the app launches) and you should be good to go:
------------------------------------------------------------------------------------ -- ALLOW BACKGROUND MUSIC FROM OTHER APPS ------------------------------------------------------------------------------------ if audio.supportsSessionProperty then audio.setSessionProperty(audio.MixMode, audio.AmbientMixMode) end
(Credit where it’s due, I borrowed this from another forum post, but I can’t remember the thread or else I’d link to it). Enjoy!