-
Notifications
You must be signed in to change notification settings - Fork 29
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
AppLovinMAX.getAdaptiveBannerHeightForWidth returns wrong values #277
Comments
@centy, the height returned by the |
@centy, thank you for pointing this out. After further investigation, we found that our Flutter plugin does not currently support adaptive banners, either programmatically or via native methods. However, the Android implementation inadvertently enabled adaptive banners in native methods. We sincerely apologize for any confusion this may have caused. The issue has been addressed, and we’ve released version 4.1.1 to ensure consistent behavior. |
@alhiwatan |
@ycv005 - we simply have not built robust support for adaptive banners into Flutter plugin yet. @alhiwatan is working on it. |
@thomasmso Thank for the quick reply. If i am requesting adaptive ads then will it crash my app ? or deliever adaptive ads sometime and sometime normal banner ads ? |
@ycv005, it won't crash your app, but adaptive banners may not be correctly displayed. |
MAX Plugin Version
4.0.2
Flutter Version
3.24.5
Device/Platform Info
Android
Current Behavior
Returned value is incorrect, on some devices is do small on some to big.
Expected Behavior
Get correct value
How to Reproduce
final media = MediaQuery.of(context);
AppLovinMAX.getAdaptiveBannerHeightForWidth(media.size.width)
Reproducible in the demo app?
Not Tested
Additional Info
No response
The text was updated successfully, but these errors were encountered: