Changes
- Various ANR fixes.
- Add
setZipCode()
API for Direct Sold targeting. - Add placements support for lock screen ads.
- Add support for
MaxAdView
taking 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
MaxAdView
not being able to inflate outside of an Activity context. - Fix
com.applovin.impl.sdk.m.ao
NPE on SDK initialization. - Fix native ads `ConcurrentModificationException introduced in v11.1.0.
- Fix various memory leaks related to
MaxAdView
andMaxNativeAdLoader
. - Fix
Utils.showAlert(...)
BadTokenException
crash for some devices in test mode but not being initialized in test mode. - Fix null
reward
being returned if test mode is on and ad display failure occurs.