v1.0.5-beta.3
Pre-release
Pre-release
Full Changelog: v1.0.5-beta.2...v1.0.5-beta.3
Rewarded Video and Rewarded Interstitial: 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 rewardedAd = 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!)