Changes
- Various ANR fixes.
- Add
setZipCode()API for Direct Sold targeting. - Add placements support for lock screen ads.
- Add support for
MaxAdViewtaking in a String resource for Ad Unit when inflating from XML - Add
destroy()API forMaxNativeAdLoader. - Add convenience API
parameters.getCustomParameters()for custom SDK adapters to retrieve custom parameters set in the UI.
Fixes
- Fix edge case of AppLovin fullscreen ads displaying in incorrect orientation for some tablets.
- Fix edge case of navigation bar overlaying the close button for AppLovin fullscreen ads.
- Fix
MaxAdViewnot being able to inflate outside of an Activity context. - Fix
com.applovin.impl.sdk.m.aoNPE on SDK initialization. - Fix native ads `ConcurrentModificationException introduced in v11.1.0.
- Fix various memory leaks related to
MaxAdViewandMaxNativeAdLoader. - Fix
Utils.showAlert(...)BadTokenExceptioncrash for some devices in test mode but not being initialized in test mode. - Fix null
rewardbeing returned if test mode is on and ad display failure occurs.