Skip to content

v1.0.5-beta.2

Pre-release
Pre-release

Choose a tag to compare

@EMI-INDO EMI-INDO released this 06 Jun 17:08

Full Changelog: v1.0.5-beta.1...v1.0.5-beta.2

InterstitialAd: Add SMART CACHING (BYPASS NETWORK)

In the current code, when the second load call fails (for example, due to a sudden bad signal or Google running out of ads), the onAdFailedToLoad callback is executed, forcing mInterstitialAd = null;.
The result? The first ad, which had already loaded successfully, was neatly stored in memory, and ready to generate revenue, was simply destroyed. This is a complete loss!

  • Smart Caching (leave the old ad alive so it can continue to be displayed!)