I'm trying to show some ads with my app but it seems that unless I autoshow and Interstitial ad, it won't work. It throws no errors, I prepare the ad like i should and use "AdMob.showInterstitial()". But it does absolutely nothing.
AdMob.prepareInterstitial({
adId: admobid.interstitial,
autoShow: false
});
And then after that I use this:
AdMob.showInterstitial();
I have no idea what I am doing wrong. If it makes a difference I am using Crosswalk