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
.xcframeworkto reduce binary size under < 100MB. - Various MAX consent flow updates.
- Update error callback APIs to return first-class
MAErrorobject. The new callback is- (void)didFailToLoadAdForAdUnitIdentifier:(NSString *)adUnitIdentifier withError:(MAError *)error;. - Add new
- (void)didPayRevenueForAd:(MAAd *)adcallback. - Fix crash coming from our
ALVASTVideoViewControllerclass.