Hello,
Is there a way to keep the music running when a Solar2D app is launched?
For iOS I use the following to all music from other apps to continue playing on launch.
audio.setSessionProperty( audio.MixMode, audio.AmbientMixMode )
Call it in main.lua before any audio from your app is played.
1 Like
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.