Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom adapter class is not getting invoked #388

Open
xiaohuijun opened this issue Nov 1, 2024 · 1 comment
Open

Custom adapter class is not getting invoked #388

xiaohuijun opened this issue Nov 1, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@xiaohuijun
Copy link

MAX SDK Version

13.0.1

Device/Platform Info

ios17.6

Current Behavior

I wrote a custom adapter name called ALOneMaxMediationAdapter and configured it on the MAX backend custom advertising platform. But when I initialized the AppLovin SDK, the adapter name sent to me in the background was ALVoodooAdapter. Why is this? Here is my log

[AppLovinSdk] DEBUG [ALTaskAutoInitAdapters] Auto-initing 1 adapter(s)...
[AppLovinSdk] DEBUG [ALSdk] Marking SDK initialized: 1
[AppLovinSdk] DEBUG [ALTaskAutoInitAdapters] Auto-initing adapter: [ALMediationAdapterSpec VOODOO_BIDDING]
[AppLovinSdk] WARN [ALMediationAdapterManager] Adapter VOODOO_BIDDING could not be loaded, class ALVoodooAdapter not found
[AppLovinSdk] DEBUG [ALSdk] Calling back publisher's initialization completion handler...

Expected Behavior

No response

How to Reproduce

图像2024-10-31 11 20
图像2024-10-31 11 19

Reproducible in the demo app?

Yes

Additional Info

No response

@xiaohuijun xiaohuijun added the bug Something isn't working label Nov 1, 2024
@applovinAsh applovinAsh self-assigned this Nov 1, 2024
@applovinAsh
Copy link
Contributor

As you are implementing a custom adapter you are responsible for building, our support is limited. Please review our documentation to verify that you have followed all of the steps correctly to get your custom network up and running: https://developers.applovin.com/en/max/mediated-network-guides/integrating-custom-sdk-networks/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants