Skip to content

Releases: AppLovin/AppLovin-MAX-SDK-Android

13.0.0

15 Sep 22:03
Compare
Choose a tag to compare
  • Removed COPPA support.
  • Remove several deprecated APIs.
  • 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

12.6.0

22 Jul 08:03
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.
  • Fix IllegalArgumentException - y must be < bitmap.height() crash.
  • Fix Terms and Privacy Policy Flow alert to have title's minHeight suggested by Play Store team.

12.5.0

15 May 07:01
Compare
Choose a tag to compare
  • Remove requirement of passing an Activity instance for MAX fullscreen ad APIs. Activity parameter be required when calling show(...) instead.
  • Fix NPE crash: Caused by java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object com.applovin.impl.sdk.k.a(com.applovin.impl.oj)' on a null object reference.
  • Various new SDK init API fixes.
  • Removed configureSettings function from AppLovinSdkInitializationConfiguration. Please use AppLovinSdk.getInstance( this ).getSettings() to modify the SDK settings.

12.4.3

06 May 02:41
Compare
Choose a tag to compare
  • Fix NullPointerException when calling AppLovinSdkSetting#isVerboseLogging() and AppLovinPrivacySettings#setUserConsent().
  • Fix NoClassDefFoundError warning logs.

12.4.2

06 Apr 00:26
Compare
Choose a tag to compare
  • Fix SDK not calling SDK init completion callback if using new init APIs introduced in v12.4.0. #648

12.4.0

01 Apr 04:04
Compare
Choose a tag to compare
  • Add new improved SDK Init APIs to enforce SDK initialization with all necessary parameters.
  • 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.

12.3.1

18 Mar 04:01
Compare
Choose a tag to compare
  • Better interoperability with Ad Review SDK for detecting AppLovin Bidding and AppLovin Exchange creatives.
  • Fix temporary memory leak detected by LeakCanary.
  • Add potential ANR fix for banners/MRECs.
  • Other potential memory optimizations, by implementing better resource handling using try-with-resource statements.
  • For native template ads, fix options view potentially not being displayed for certain mediation partners.

12.3.0

04 Mar 04:22
Compare
Choose a tag to compare
  • Initial support for Moloco.
  • Add support for disabling all user-level logs. See original issue raised on iOS here: AppLovin/AppLovin-MAX-SDK-iOS#294
  • Add support for App Set ID when enabling test mode using the AppLovinSdkSettings.setTestDeviceAdvertisingIdentifiers(...) API.
  • Better handling of HttpUrlConnection by ensuring disconnect() is called on all instances.

12.2.0

20 Feb 02:36
Compare
Choose a tag to compare

Features

  • Initial support for BIGO Ads.

Consent Flow Updates

  • Add public APIs for getting TCF consent statuses (TCF vendor, AC, purpose, special features).
  • Do not show CMP flow on every new session when test mode is enabled.
  • [Mediation Debugger] Update the list of google certified CMPs (02/14/2024)
  • [Mediation Debugger] Display Debug User Geography for Terms and Privacy Policy Flow.
  • [Mediation Debugger] Allow to open CMP and Missing networks for unsupported CMPs.
  • [Mediation Debugger] Show alert for network's Global Vendor ID or ATP ID in Configured CMP Networks screen.

Fixes

  • Fix IllegalStateException: Service is not available crash.
  • Various NullPointerException fixes.
  • Fix IllegalArgumentException - com.applovin.impl.privacy.consentFlow.ConsentFlowStateMachine$1.onActivityResumed.