I’m experiencing an issue with the integration of AdMob interstitial ads in my app developed on Niotron. The interstitial ads are no longer showing, not even in TestMode, while banner ads are working correctly.
I’ve already checked the following:
The ad unit IDs and AdMob settings are correctly configured.
Ads are active on my AdMob account.
TestMode is enabled to rule out any policy-related issues.
I reviewed any updates or changes in the Niotron dashboard.
Despite these checks, interstitial ads still don’t work. Has anyone faced the same issue or knows how to solve it?
Here is the configuration of my blocks for integrating AdMob ads:
Configuration:
I use the LoadAndShowAd block to load and display interstitial ads.
I check if the ad is ready using the AdLoaded event before calling ShowAd.
Banner ads work correctly with the same ad unit IDs.
Error:
I do not receive any specific error for loading interstitial ads. However, they do not show, even in TestMode.
I also encountered a Runtime Error: Failure from system, as shown in the previous screenshot.