AppLovin / AppLovin-MAX-Unity-Plugin

127 stars 35 forks source link

Lost audio after showing ads or reloading the banner #446

Open nguyentien090200 opened 2 weeks ago

nguyentien090200 commented 2 weeks ago

MAX Plugin Version

8.0.0

Unity Version

2022.3.42

Device/Platform Info

iOS

Current Behavior

All audio functionality stops working after below ad on iOS

Expected Behavior

If audio is open in the game, it should keep working

How to Reproduce

After show ad or reloading the banner, the app loses sound. I checked on Unity, and AudioListener.volume = 1.0f and AudioListener.pause = false. I researched related issues and found that article #291 also addresses this problem. The proposed solution is to upgrade the Liftoff SDK to version 7.4.2. However, I am currently using Liftoff SDK version 7.4.2.1 and still encounter the same issue. Is there any solution for this problem?

Reproducible in the demo app?

Yes

Additional Info

No response

alvarshahanji commented 2 weeks ago

@nguyentien090200 Can you try disabling Vungle on the banner ad unit and see if that resolves the issue?

If not, you said it is reproducible on our demo app, is it consistently reproducible? Could you share exact steps to reproduce?