Interstitil ads setup

I want to make a system in my app, that admob interstitil ads should show after user press back press button, and when user closes those ads, another screen should open. How can this be done?

Yes It’s Possible Follow the instruction.

Create a variable first
Screenshot 2022-09-08 at 12.04.07 AM

load interstitial ads when screen initialize
Screenshot 2022-09-08 at 12.09.17 AM

Follow extra step
Screenshot 2022-09-08 at 12.08.29 AM

This step important if you want to use interstitial ads when screen close back press. (I wish you know basic logic )

Final Step
Screenshot 2022-09-08 at 12.09.41 AM

1 Like

He is Asking for when interstitial ad.close block, which is not available.

If you use direct close method then your app will be crash or ads automatically close {This will impact your revenue }

He is Asking for when interstitial ad.close block, which is not available.

This is very easy step using procedure If he know a basic logic .

Example when ads impression complete pass a parameter Like TRUE Then app will close easily.

1 Like

I recommend you don’t use this method it’s not a good idea. If ads not load or display then user can’t open the screen also it’s not safe

1 Like