Skip to content

Releases: AppLovin/AppLovin-MAX-SDK-Android

13.2.0

01 Apr 05:14
Compare
Choose a tag to compare
  • Set minSdk version to 19.
  • Deprecate public APIs that take in Context and/or AppLovinSdk argument.
  • Delete old SDK initialization APIs.
  • Remove catching of exceptions in ad callbacks.
  • Adaptive banner updates to support more networks, please check out our latest docs for details.
  • Update MaxAdView / MAAdView public API to use configuration object to configure adaptive ad views.
  • Fix debug user geography not passed to Google UMP when set via init APIs.
  • Treat test users as non-gdpr if debugUserGeography is set to other.
  • Fix lock screen fullscreen ads failing to display.
  • Fix NoSuchMethodError when creating a segment collection builder.

13.1.0

27 Jan 17:19
Compare
Choose a tag to compare
  • Update AppLovinSdk#getAvailableMediatedNetworks() API to include init status.
  • Deprecate MaxAd#getAdReviewCreativeId() API.
  • Remove deprecated Terms flow.
  • Various crash fixes.

13.0.1

27 Oct 07:03
Compare
Choose a tag to compare
  • Remove Terms Flow.
  • Fix AppLovin Exchange Native Ads always return aspect ratio 0 in MaxNativeAd#getMediaContentAspectRatio().
  • Fix issue in external mediations: No static method builder(Ljava/lang/String;Landroid/content/Context;)Lcom/applovin/sdk/AppLovinSdkInitializationConfiguration$Builder; in class Lcom/applovin/sdk/AppLovinSdkInitializationConfiguration;.

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.