googleads / googleads-mobile-unity

Official Unity Plugin for the Google Mobile Ads SDK
https://developers.google.com/admob/unity
Apache License 2.0
1.37k stars 1.08k forks source link

Lag 3 seconds after invoke show interstitial on Android #1948

Closed IgorGalimski closed 1 year ago

IgorGalimski commented 2 years ago

[REQUIRED] Step 2: Describe the problem

After we click to show the interstitial -we have a lag on the main thread for 3 seconds. After this - the interstitial is shown What can be the reason?

Screenshot 2022-03-03 at 7 59 22 PM

Relevant Code:

We use usual code to requests and load ads

                var request = new GoogleMobileAds.Api.AdRequest.Builder().Build();
                _interstitialAd.LoadAd(request);
IgorGalimski commented 2 years ago

Ping

kunny commented 1 year ago

Since there were no recent activities for this issue, we are therefore reluctantly going to close this bug for now.

If you are still experiencing the problem, please file a new issue with the same description, what happens and system / network tracing / Charles logs.

All system setups can be slightly different, so it's always better to open new issues and reference the related ones. Thanks for your contribution.