Skip to content

fix: No enum constant com.appsflyer.MediationNetwork.APPLOVINMAX #613

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

Closed
wants to merge 1 commit into from

Conversation

azimgd
Copy link

@azimgd azimgd commented Mar 14, 2025

fixes a crash on Android by making consistent APPLOVIN_MAX enum.

No enum constant com.appsflyer.MediationNetwork.APPLOVINMAX

This happened because the java expected APPLOVIN_MAX, but js used toUpperCase(applovinmax).

fixes a crash on Android by making consistent `APPLOVIN_MAX` enum.
```
No enum constant com.appsflyer.MediationNetwork.APPLOVINMAX
```

This happened because the java expected `APPLOVIN_MAX`, but js used `toUpperCase(applovinmax)`.
@al-af
Copy link
Contributor

al-af commented May 18, 2025

Hi thanks :)
It was fixed in 6.16.2 so I'm closing this

@al-af al-af closed this May 18, 2025
@edgartoomik
Copy link

Hi!, @al-af

Crash still here!

There is no changes with LOCALE.ENGLISH like in this PR (#623)

Can u create a new build with this fix pls?

image image

I have the latest version 6.16.2

@al-af
Copy link
Contributor

al-af commented Jun 5, 2025

Hi @edgartoomik ,
Thanks for the follow-up.
This issue here was different from what you had with LOCALE.English , support gave us a heads-up on that matter.
The fix will be included in v6.17.0.
Thanks for the patience.

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

Successfully merging this pull request may close these issues.

3 participants