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.