Closed Farasy closed 5 months ago
@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.
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
Additional Info
implementation 'com.applovin:applovin-sdk:12.5.0' implementation 'com.applovin.mediation:amazon-tam-adapter:9.9.5.0'