-
Notifications
You must be signed in to change notification settings - Fork 106
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
Third party custom adapter big bug!! #759
Comments
@v5huang - can you confirm that you have set the custom parameters in the ad unit? Can you provide the ad unit ID and/or the AppLovin account email? |
1: Initialize the max sdk // Initialize the AppLovin SDK 3: In the custom adapter, in the initialize method, the parameter value is not retrieved via getCustomParameters() The sid,token, and debug values are all null 1: When configuring AD slots, json parameters are added to custom params 2: max sdk init
}
} |
//Max |
@v5huang Could you please fix this (for example, call |
MAX SDK Version
12.4.0+
Device/Platform Info
all android device
Current Behavior
Call "setMediationProvider(AppLovinMediationProvider.MAX)" when init sdk, third party custom adapter cannot get the custom parameters, parameters.getCustomParameters() is null
Expected Behavior
Call "setMediationProvider(AppLovinMediationProvider.MAX)" when init sdk, third party custom adapter cannot get the custom parameters, parameters.getCustomParameters() is null
How to Reproduce
Call "setMediationProvider(AppLovinMediationProvider.MAX)" when init sdk, third party custom adapter cannot get the custom parameters, parameters.getCustomParameters() is null
Reproducible in the demo app?
Yes
Additional Info
No response
The text was updated successfully, but these errors were encountered: