Releases: AppLovin/AppLovin-MAX-SDK-iOS
Releases · AppLovin/AppLovin-MAX-SDK-iOS
13.0.1
13.0.0
- Removed COPPA support.
- Remove several deprecated APIs.
- Fix
EXC_BAD_ACCESS
crash from+[ALMediationUtils availableMediationAdaptersForSDK:]
. - Add support for fixing SKOverlay being displayed after ad is closed.
- Fix Xcode exception breakpoint triggering when Google is not integrated.
- Fix unable to select native networks in test mode in Mediation Debugger.
12.6.1
- Fix ads playing unmuted if SDK mute setting was set mid-session.
- Fix potential deadlock when calling
+[ALSdk sharedWithKey:settings:]
.
12.6.0
12.5.0
- Fix
+[ALLogger isVerboseForSdk:]
crash. - Various fixes to the new init APIs.
- Removed the
settings
property fromALSdkInitializationConfiguration
. Please useALSdk.shared.settings
to modify the SDK settings.
12.4.2
- Fix setting user id not working with new init APIs.
- Fix deadlock when calling
+[ALPrivacySettings setHasUserConsent:]
. - Minor FPS improvements.
12.4.1
- Update SDK to allow Apple App Store Connect to be able to detect privacy manifest correctly.
12.4.0
- Fix Privacy Manifest not being detected by Apple App Store Connect.
- Deprecate video start/complete callbacks for rewarded interstitial listeners in adapter implementations.
- If showing Creative Debugger while fullscreen ad is displayed, only show ad info for that current fullscreen ad.
- Guard calls to ALLogger string allocations to fix crashes.
- Attempt to fix
-[ALLogger logMessage:fromSource:atLevel:]
. crashes.
12.3.1
- Better interoperability with Ad Review SDK for detecting AppLovin Bidding and AppLovin Exchange creatives.
- Fix SPM upload issue. AppLovin/AppLovin-MAX-Swift-Package#6
- Fix SDK not calling SDK init completion callback if using new init APIs introduced in v12.3.0. #303
- In other mediations, fix silence crash when app is going into background.
- For native template ads, fix options view potentially not being displayed for certain mediation partners.