AppLovin/AppLovin-MAX-SDK-Android

Amazon APS Adapter not initializing

Closed this issue · 1 comments

MAX SDK Version

12.5.0

Device/Platform Info

Android 12,13,14, Various devices

Current Behavior

I'm integrating Amazon APS and use the Mediation Debugger to test the implementation. Followed steps on Applovin Official Documentation and the docs from APS.
Docs say the APS SDK must be initialized besides MAX. I tested init before MAX and after. However, the Mediation Debugger states the APS SDK is not initialized and while debugging I can see that AmazonAdMarketplaceMediationAdapter.initialize(...) is not called.

Expected Behavior

No response

How to Reproduce

AdRegistration.getInstance("XXX", activityContext);
AdRegistration.setAdNetworkInfo(new DTBAdNetworkInfo(DTBAdNetwork.MAX));
AdRegistration.setMRAIDSupportedVersions(new String[] {"1.0", "2.0", "3.0"});
AdRegistration.setMRAIDPolicy(MRAIDPolicy.CUSTOM);

AdRegistration.enableTesting(true);
AdRegistration.enableLogging(true);

Additional Info

implementation 'com.applovin:applovin-sdk:12.5.0'
implementation 'com.applovin.mediation:amazon-tam-adapter:9.9.5.0'

@Farasy - AmazonAdMarketplaceMediationAdapter.initialize(...) not being call is not indicative of an issue, as the initialization of their SDK is your responsibility, which you have done correctly. Please re-open the thread if you are facing any other issues.