Skip to content

v1.14.3

Choose a tag to compare

@durgesh0505 durgesh0505 released this 24 Jun 01:02
· 19 commits to main since this release

CrazyGames interstitial fix. Mid-game interstitial ads drove the same loading-overlay state machine as rewarded ads: the web waits for the interstitial Showed and Dismissed lifecycle events to dismiss the overlay. showInterstitial only resolved the call (firing neither event), so it hung. Interstitial events are named differently from rewarded (interstitialAdShowed/interstitialAdDismissed vs onRewarded*); the extension is generalized to fireAdEvents and now fires Showed+Dismissed for interstitial and Reward+Dismissed for rewarded. Other patches unchanged: Bypass Play license check, Disable analytics, Remove AD_ID, Change app name.