Skip to content

11.4.2

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

Features

  • Add APIs for getting the fullscreen ad display error code and message. This will be available under [MAError mediatedNetworkErrorCode] and -[MAError mediatedNetworkErrorMessage], in the -[MAAdDelegate didFailToDisplayAd:withError:] callback.
  • Add support for forwarding IAB TCF v2.0 consent string from UserDefaults to adapter and mediated SDKs for networks that support it.

Native Ad Changes

  • Add API -[MANativeAd mainImage] 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 MANativeAdLoader.
  • 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 concurrency crash with -[ALSdkSettings extraParameters].
  • Fix app hangs due to networking call for some ALX VAST ads.