Skip to content

10.3.0

Compare
Choose a tag to compare
@applovin-mobile-engineering applovin-mobile-engineering released this 26 May 02:57
· 1199 commits to master since this release
d12f9e5

NOTE: We removed version 10.3.0 because of an issue with initializing the SDK. Please use 10.3.2 instead.

  • Distribute SDK as a .xcframework to reduce binary size under < 100MB.
  • Various MAX consent flow updates.
  • Update error callback APIs to return first-class MAError object. The new callback is - (void)didFailToLoadAdForAdUnitIdentifier:(NSString *)adUnitIdentifier withError:(MAError *)error;.
  • Add new - (void)didPayRevenueForAd:(MAAd *)ad callback.
  • Fix crash coming from our ALVASTVideoViewController class.