Jukebox

iOS Security Model Usage

On iOS, the security model prevents automatic playback of Audio.

There's only one method to bypass the security model, using an interval.
Therefore you will have to initialize the Jukebox inside the UI event callstack.

The result: You are able to playback a background music that continues right after playing another sprite entry like in-game sound effects.