So the problem is as the title describes : I've got an interstitial video ad played in my mobile game(using Admob). I want to load some new scene when the ad is closed. The problem is that a delay of 2-3 seconds occurs after player closed an ad(I checked it, it's not like scene is loading 2-3s, it's a delay from an ad). So it's like :
close ad -> wait 2-3s -> OnAdClosed()
instead of
close ad -> OnAdClosed()
That's a big issue and I can't find any answer why is that happening. People ask questions in the web here and there, so I decided to create a post also here.
Other posts:
https://github.com/googleads/googleads-mobile-android-examples/issues/147
https://groups.google.com/g/google-admob-ads-sdk/c/eW7-7N9e6UA
https://groups.google.com/g/google-admob-ads-sdk/c/GsJtshM_76c/m/AfhYcznCBQAJ
Posts have been created recently (2019/2020, some even one month ago) so I think it's still a problem...
↧