Closed mateusz-nawrot closed 2 months ago
Hi @mateusz-nawrot these APIs have been deprecated for a while because not all adapters support these callbacks. We removed them starting from AppLovin SDK 13.0.0.
Please use our onAdDisplayed
and onAdHidden
callbacks to be notified when an ad is displayed and hidden.
MAX SDK Version
13.0.0
Device/Platform Info
N/A
Current Behavior
Until version 12.6.1 the
MaxRewardedAdListener
had dedicated methods for rewarded videos :The methods got deprecated in recent versions of the SDK and completely removed with version 13.0.0. How should one replace the usages of the old methods using the latest SDK? There seems to be no information on how to tackle this.
Expected Behavior
No response
How to Reproduce
Update SDK to 13.0, observe methods gone.
Reproducible in the demo app?
Yes
Additional Info
No response