I'm converting over to use the official AdmobAds plugin. I can get a banner ad ok but my interstitial is not showing. In test mode both work fine. I have double checked my Ad IDs.
This is an extremely simple app with 1 layout (well, 1 that is displayed and 1 that currently isn't used). For the banner I do the following which works fine. I have overlap set to True.
On Start of layout -> AdmobAds:Show banner ad at position Top center etc
For the interstitial I'm doing:
On tap Quit button
If in Preview -> log something
else -> AdmobAds:Show Interstitial
(I'm actually calling a function to do the Show Interstitial).
Then on Interstitial dismissed I'm attempting Browser:Close to quit the app which doesn't seem to work (well it won't work if the interstitial is not showing, but it also doesn't work in test mode--it restarts the layout).
I've also tried hiding the banner just before showing the Interstitial (I had to do this with the AdmobFE plugin to get the interstitial to show) but no-go.
Finally, I've tried doing AdmobAds: Preload interstitial at start of layout.
Any help appreciated!