Hello,
I wrote an app in FF where a timer counts down a time.
I created an action that should play a wav file after the timer ends.
As long as the APP is in the foreground, this wav file will also be played.
However, if another file is in the foreground (and mine is in the background) then the audio will not play.
As an alternative to the WAV file, I also added a haptic feedback via an action after the timer ended.
Here I have the same problem.
Is there a way to make the wav file play even when my app is running in the background?