Skip to content

Releases: AppLovin/AppLovin-MAX-SDK-Android

11.0.0

06 Jan 18:28
dd8475c
Compare
Choose a tag to compare

Major Features

  • Native ads for MAX and AppLovin Exchange, as well as various adapters. Mediation Debugger has support for testing native test ads, but not native ads from live waterfall yet.
  • VAST 4.0/4.2 support.
  • Added the OMID SDK directly into our SDK for viewability measurement.
  • Add support for FireOS - full e2e support to come later in Q1.
  • Amazon Publisher Services integration support for external publishers.
  • JS Tag Ads via MAX.
  • Direct Sold ads and "Deep Link+".
  • TCFv2 for pubs using standard consent frameworks - SDK will retrieve IABTCF_gdprApplies and IABTCF_TCString and remove flagged mediated networks from the waterfall and flagged DSPs from bidding.
  • 1P data passing - APIs to pass in YoB, gender, maximum ad content rating, email (hashed), phone number (hashed), keywords list, interest lists.
  • Location collection - If the permission is already granted by the app, the SDK will pass up the lat/long. This is disable-able via an API
  • Ad closeability improvements.
  • Support for compiling the now-open source'd adapters. (iOS only, Android is compilable already)
  • Lock Screen Ads - Android pubs can now display MAX interstitial ads in the lock screen by passing in a ViewGroup. So far, only AppLovin adapter has e2e support - the other adapters will require custom work by the publisher.

Minor Features

  • Add RevenuePrecision API to associate ad revenue with the precision.
  • Update Google Play Services ads-identifier dependency from 17.0.0 to 17.1.0.
  • Add support for pubs to pass “custom data” to be replaced in ILRD postbacks via the URL’s {CUSTOM_DATA} macro.
    Add support for passing in “local extra parameters” from the integration to the adapters. This is a very useful API for publishers who want to add extra functionality into the now open source’d adapters. This is used for Amazon integrations as well.

Bug Fixes

  • Fix Mediation Debugger popping up incorrect alert for missing AD_ID permission on Android emulators.
  • Fix onPreDraw() crash.
  • Fix -5200 fullscreen ads display error edge case due to specific ProGuard rules.

10.3.5

13 Nov 19:18
490f08d
Compare
Choose a tag to compare
  • Increase stability of users being granted AppLovin rewards.
  • Increase stability of test mode.
  • Other bug fixes and stability improvements.

10.3.4

28 Sep 23:57
490f08d
Compare
Choose a tag to compare
  • Un-deprecate AppLovin MREC API.
  • Memory leak fixes.

10.3.3

30 Aug 04:36
490f08d
Compare
Choose a tag to compare
  • Add support for DataSeat and Verve adapters.
  • Add MaxAd#getNetworkPlacement() API.
  • Minor bug fixes and stability improvements.

10.3.2

29 Jul 08:23
490f08d
Compare
Choose a tag to compare
  • Add support for fixing edge case where endcards turn black after clicking.
  • Minor bug fixes and stability improvements.

10.3.1

15 Jun 06:40
Compare
Choose a tag to compare
  • Move the onAdRevenuePaid() callback into a separate MaxAdRevenueListener interface. You can set the listener via the setRevenueListener() method of each ad class.
  • Fix AppLovinBroadcastReceiver NPE crash.

10.3.0

26 May 01:00
db453b5
Compare
Choose a tag to compare
  • Update error callback APIs to return first-class MaxError object. This is a breaking change on native Android. The new callback will be void onAdLoadFailed(final String adUnitId, final MaxError error)
  • Add new void onAdRevenuePaid(final MaxAd ad) callback for all MAX ad listeners.
  • Creative Debugger improvements. Check out related docs for more info: https://dash.applovin.com/documentation/mediation/android/testing-networks/creative-debugger.
  • Fix MediaPlayer._setVolume crash.

10.2.1

30 Apr 22:15
db453b5
Compare
Choose a tag to compare
  • ANR fixes.
  • Mediation Debugger improvements.

10.2.0

21 Apr 09:30
e51e72e
Compare
Choose a tag to compare
  • Fix callbacks of different instances of fullscreen ads (inter/rv) mixing up in specific integrations.
  • Minor bug fixes and stability improvements.

10.1.2

01 Apr 20:15
e51e72e
Compare
Choose a tag to compare
  • Update revenue API to return -1 when it is not available.