Admob interstitial suggestion

it seem that admob interstitial can be closed only by user, what if the user didn’t close it? of course the other trigger would be fail, can u upgrade the interstitial destroy view by aplication after specific time?

Hi,

Looking at google, i saw this explanation:

Interstitial ads are full-screen ads that cover the interface of their host app. They’re typically displayed at natural transition points in the flow of an app, such as between activities or during the pause between levels in a game. When an app shows an interstitial ad, the user has the choice to either tap on the ad and continue to its destination or close it and return to the app.

Link: Interstitial Ads  |  Android  |  Google Developers

So, it seems that what you want is not possible.

2 Likes

I have looked here:
https://developers.google.com/android/reference/com/google/android/gms/ads/InterstitialAd

It is with a official method not possiple to close the add with a block as example.

BUT:
It should be possiple with this method:

But I don’t support this type of thing for our builder.

i don’t know how google handle these things.
I don’t wanna risk suspended user accounts.

2 Likes

so the tricks was the back button, does “close screen” block it similar with back button?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.