DEV Community

Discussion on: How to make money with Google AdMob ads in Ionic framework 3

Collapse
 
mazumder profile image
Imran • Edited

Thank you so much for this amazing post. I am following this post to inject ads in my ionic 3 android app. How can I initialize the interstitial ads on app load instead of calling the ad via a button ?

Collapse
 
nikola profile image
Nikola Brežnjak

Thank you, I'm glad it was useful to you.

You can set autoShow to true:

    this.admob.prepareInterstitial({
        adId: admobid.interstitial,
        isTesting: true,
        autoShow: false
    })
Collapse
 
mazumder profile image
Imran

I already did that and it worked but thank you for replying. Please accept my sincere gratitude.

Thread Thread
 
nikola profile image
Nikola Brežnjak

Thank you!