Releases: AppLovin/AppLovin-MAX-SDK-Android
Releases · AppLovin/AppLovin-MAX-SDK-Android
13.2.0
- Set minSdk version to 19.
- Deprecate public APIs that take in
Context
and/orAppLovinSdk
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
- Update
AppLovinSdk#getAvailableMediatedNetworks()
API to include init status. - Deprecate
MaxAd#getAdReviewCreativeId()
API. - Remove deprecated Terms flow.
- Various crash fixes.
13.0.1
- 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
- Removed COPPA support.
- Remove several deprecated APIs.
- Fix unable to select native networks in test mode in Mediation Debugger.
12.6.1
- Add better support for native running on 16KB devices. For more info, see here: https://developer.android.com/guide/practices/page-sizes#build
12.6.0
- 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
- 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 fromAppLovinSdkInitializationConfiguration
. Please useAppLovinSdk.getInstance( this ).getSettings()
to modify the SDK settings.
12.4.3
- Fix
NullPointerException
when callingAppLovinSdkSetting#isVerboseLogging()
andAppLovinPrivacySettings#setUserConsent()
. - Fix
NoClassDefFoundError
warning logs.
12.4.2
12.4.0
- 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.