AppLovin / AppLovin-MAX-SDK-Android

Other
233 stars 104 forks source link

Rewarded Video methods are removed in the latest SDK 13.0 #712

Closed mateusz-nawrot closed 2 months ago

mateusz-nawrot commented 2 months ago

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 :

void onRewardedVideoStarted(@NonNull MaxAd var1);
void onRewardedVideoCompleted(@NonNull MaxAd var1);

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

NanaAmoah commented 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.