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

Is it possible to determine whether MAX Terms And Privacy Flow was enabled in Applovin Integrations Manager? #443

Open
kekchpek opened this issue Oct 31, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@kekchpek
Copy link

Feature Description

I want to build my application with different configurations and handle different consent flows during runtime. For this I have to know if Applovin setting MAX Terms And Privacy Flow enabled or not. Maybe it is possible now, but I havn't found any API for this.

@kekchpek kekchpek added the enhancement New feature or request label Oct 31, 2024
@santoshbagadi
Copy link
Contributor

@kekchpek we don't have a way to check whether or not it is enabled at runtime, but you can enable/disable at runtime by setting the following SDK extra parameter before initializing our SDK.

MaxSdk.SetExtraParameter( "consent_flow_enabled", "true"/"false" );

Note that the flow should still be enabled in the Integration Manager and this method needs to be called before initializing the SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants