-
n2oulaLikes 0Problem Description
When an admob fullscreenad appears on Android and the “X” button is pressed to exit it, the screen sometimes turns black (and the app doesn’t crash, the background music doesn’t stop playing).
This often happens when the ad is received while a scene transition is running. Problem is I cannot find a way to forbid the fullscreenad from showing if the user clicks a button that triggers a scene transition meanwhile.
I tried using “preloadFullscreenAd” in order to avoid delays in ad delivery, but this function not only preloads the ad, but it also shows it.
-
Sonar Systems adminLikes 0
Are you using the Cocos Helper?
-
n2oulaLikes 0
Yes, sure.
Please also note that the problem doesn’t occur on iOS
Login to reply