AppLovin / AppLovin-MAX-SDK-Android

Other
233 stars 104 forks source link

Amazon sdk has "Not Initialized" status in mediation debugger #697

Open MadScientist11 opened 3 months ago

MadScientist11 commented 3 months ago

MAX SDK Version

6.6.1

Device/Platform Info

-

Current Behavior

After initializing amazon sdk, the mediation debugger doesn't recognize it as "Initialized", but ads are working as expected.

Expected Behavior

No response

How to Reproduce

It's reproducable with AmazonMaxDemo script included into Applovin MAX package.

Additional Info

No response

alvarshahanji commented 3 months ago

@MadScientist11 you should enable Amazon on at least one of your ad units to see Amazon as "Initialized". Let us know if that does not work, thanks!

MadScientist11 commented 3 months ago

Hello @alvarshahanji, seems like the amazon publisher services dashboard won't let us enable them until the app has a URL, is this what you were referring to? Sorry, I don't have direct access to the account so I'm not sure.

image

Also, to clarify, I'm able to load interstitial video ad, but banner ad is loaded with error image image

I'm also seeing a crash on iOS related to the banner ad, I suspect it's happening because the Amazon SDK is not being initialized. image

I'm also using Applovin GDPR flow and initializing amazon on MaxSdkCallbacks.OnSdkInitializedEvent, if that's helpful