Game music does not resume when the player returns to the game after turning off iPhone/iPod music
问题 I want to be able to allow players to listen to their iPod/iPhone music while playing the game. I use use the following to enable that: -(void)applicationWillResignActive:(UIApplication *)application { [[CCDirector sharedDirector] pause]; [[CDAudioManager sharedManager] setResignBehavior:kAMRBStopPlay autoHandle:YES]; } This pauses the background music and allows the sound effects to play. So far works perfectly. But the problem is, when the user goes out of the game, stops the iPod/iPhone