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 throughMANativeAdLoader
. - 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.