You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
After FlutterApplovinMax.initInterstitialAd a loaded event is not fired.
Even if we use
await FlutterApplovinMax.initInterstitialAd("AD_ID");
bool isInterstitialVideoAvailable = await FlutterApplovinMax.isInterstitialLoaded(listener);
The listener is not triggered, and isInterstitialVideoAvailable is false. After a few seconds if we check again, it's true.
How can we tell if an ad was indeed loaded / failed to load?
The text was updated successfully, but these errors were encountered: