Hi! A few days ago i noticed this in my game:
After a receiving a call, under any circumstance when returning to the game, background music (from GBMusicTrack) and sound effect (from cocosDenshion) won't play anymore. Even if i return to main menu and start again (i am initializing sound in my gameScene on init) sounds will be gone...
Am i missing something?
A few things:
-It happens if the director is paused or not.
-It only happens with incoming calls, if i am playing and lock the screen the sound remains ok
-I am using an old version of cocosDenshion, but i don't think it has to do with it because the background music is played using the GBMusictrack library and it also mutes...