Skip to content

11.4.3

Compare
Choose a tag to compare
@applovin-mobile-engineering applovin-mobile-engineering released this 08 Jun 08:19
· 810 commits to master since this release

Features

  • Add APIs for getting the fullscreen ad display error code and message. This will be available under MaxError#getMediatedNetworkErrorCode() and MaxError#getMediatedNetworkErrorMessage(), in the MaxAdListener#onAdDisplayFailed(...) callback.
  • Add support for forwarding IAB TCF v2.0 consent string from SharedPreferences to adapter and mediated SDKs for networks that support it.

Native Ad Changes

  • Add API MaxNativeAd#getMainImage() to retrieve the main image (media content). Note that this should use for ancillary purposes such as decor, but you must continue to render ads through MaxNativeAdLoader.
  • Fix native ads impression not fired if main image (media view) is not used.
  • Fix manual impressions not firing for subsequent ads when reusing their native ad views.

Fixes

  • Fix NPE related to getMemoryInfo().