Open
Description
Cocos Creator version
3.8.6
System information
ios
Issue description
this bug happens after show admob ad which has ad voice. it only happens on ios, not android. Also it happens in 3.8.6, not 3.8.5. Also admob ad without ad voice will not lead to this issue
Relevant error log output
No response
Steps to reproduce
- create project in 3.8.6 with admob ad
- build on ios
- run the game and show a admob ad with voice.
- after ad close, the game music is gone. No matter if you do this.audioSource.pause() before playing the ad and this.audioSource.play() after playing the ad.
Minimal reproduction project
No response