Siri stops music

Hello everybody,

I have create a game in iOS which plays music in background but when I open Siri while the game is opened and return to the application, the background music is off and I need to restart the game to reset the music.

If anybody know why this could happen I would be really grateful.

Thanks

Detect the focus and use this callback to restart your music.

(You can probably record the position of the music file and use that value to restart at that position)