Skip to content

Releases: AppLovin/AppLovin-MAX-SDK-iOS

13.0.1

26 Oct 22:16
Compare
Choose a tag to compare
  • Remove terms flow.

13.0.0

15 Sep 21:44
Compare
Choose a tag to compare
  • 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

21 Aug 05:02
Compare
Choose a tag to compare
  • Fix ads playing unmuted if SDK mute setting was set mid-session.
  • Fix potential deadlock when calling +[ALSdk sharedWithKey:settings:].

12.6.0

22 Jul 01:36
Compare
Choose a tag to compare
  • Replace targeting data APIs with new numeric segments targeting APIs. For migration instructions, please see here.
  • Initial support for YSO Network and PubMatic.
  • Improvements for ensuring users are rewarded.
  • Fix placement / custom data potentially not being respected.

12.5.0

16 May 06:55
Compare
Choose a tag to compare
  • Fix +[ALLogger isVerboseForSdk:] crash.
  • Various fixes to the new init APIs.
  • Removed the settings property from ALSdkInitializationConfiguration. Please use ALSdk.shared.settings to modify the SDK settings.

12.4.2

06 May 02:41
Compare
Choose a tag to compare
  • Fix setting user id not working with new init APIs.
  • Fix deadlock when calling +[ALPrivacySettings setHasUserConsent:].
  • Minor FPS improvements.

12.4.1

05 Apr 07:29
Compare
Choose a tag to compare
  • Update SDK to allow Apple App Store Connect to be able to detect privacy manifest correctly.

12.4.0

31 Mar 23:56
Compare
Choose a tag to compare
  • 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

18 Mar 03:55
Compare
Choose a tag to compare
  • 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.

12.3.0

04 Mar 04:20
Compare
Choose a tag to compare
  • Initial support for Moloco.
  • Add new improved SDK Init APIs to enforce SDK initialization with all necessary parameters.
  • Add support for disabling all user-level logs. #294
  • Fix ALConnectionManager crashes.