C++ Exception in 'nativeFlushQueueImmediate' with AdMob Interstitial

This issue occurs due to Interstitial admobs and I don’t know why

Code :

    AdMobInterstitial.setAdUnitID('ca-app-pub-3940256099942544/1033173712'); // Test ID, Replace with your-admob-unit-id
    AdMobInterstitial.setTestDeviceID('EMULATOR');
    AdMobInterstitial.requestAd(() => AdMobInterstitial.showAd())


Can you reproduce in snack?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.