Closed jkuk06 closed 7 months ago
@jkuk06 this is a known issue as mentioned here: https://github.com/AppLovin/AppLovin-MAX-Unity-Plugin/issues/315#issuecomment-1849315544
If you wish to change this behavior, you'd have to look into changing the launchMode
of the app.
We tried to change launchMode to standard. And below link worked for me. https://forum.unity.com/threads/android-launchmode-why-does-unity-have-it-as-singletask.992683/
MAX Plugin Version
6.4.3
Unity Version
2022.3.23f1
Device/Platform Info
Android 14
Current Behavior
Start Reward Ads on app and turn app state to background. Enter foreground state form background process list works fine(continue watching ads). But Enter foreground from app list(touch app icon) ads disappeared.
Expected Behavior
Entering foreground from app list(touch app icon) should continue showing ads.
How to Reproduce
Start Reward Ads on app and turn app state to background. Enter foreground state form background process list works fine(continue watching ads). Enter foreground from app list(touch app icon). Not from background process list(android process list button on navigate bar).
Additional Info
No response