Cocos2d-x 3.1 no sound on iOS 8

When I recompile it to run on iOS 8, everything else is fine except there’s no any sound. I use the following code to play music. It works fine on iOS 6-7.
SimpleAudioEngine::getInstance()->playBackgroundMusic(“jazzcomedy.mp3”, true);

Anyone knows how to fix this?