Skip to content

Releases: AppLovin/AppLovin-MAX-SDK-iOS

11.2.1

06 Mar 10:48
Compare
Choose a tag to compare
  • Add new API for passing in view controller to present fullscreen ads.
  • Fix Mediation Debugger error logs related to custom networks.
  • Fix AppLovin native ads rendering duplicate privacy icons.
  • Fix -[ALSdk sharedWithKey:Settings: ] crash.

11.2.0

01 Mar 05:38
Compare
Choose a tag to compare
  • Add native ads late view binding API - to be able to pre-load the native ad and render it later.
  • Refactor {CUSTOM_DATA} and {USER_ID} APIs from ad load to impression level.

11.1.2

21 Feb 07:09
Compare
Choose a tag to compare

Multiple Banner / MREC Changes

  • If auto-refresh is stopped, do not schedule error refresh and just call the ad load failure callback since publishers were expecting an ad load failure callback from their loadAd call.
  • Fix SDK not firing ad load failure callback if auto-refresh is enabled and ad fails to load.
  • API via -[MAAd size] for returning underlying ad view size due to the variable dimensions of Google's adaptive banners. Min AdMob adapter version 8.13.0.7 & min GAM adapter version 8.13.0.6.

Minor Features

  • Update OMID SDK verison to 1.3.30

Fixes / Refactors

  • Fix discrepancy issues with AppLovin Exchange native ads impression tracking.
  • Fix WKWebview crash relating to JS Tags.

Mediation Debugger

  • Ignore cleartext traffic errors to an incomplete integration/warning so we do not block publishers from testing via MD.

11.1.1

11 Feb 05:40
Compare
Choose a tag to compare

Features

  • Add setZipCode: API for Direct Sold targeting.
  • Add convenience API parameters.getCustomParameters() for custom SDK adapters to retrieve custom parameters set in the UI.

Fixes

  • Fix WKWebview crash relating to JS Tags. (will be fixed in v11.1.2)
  • Fix nil reward being returned if test mode is on and ad display failure occurs.

11.1.0

28 Jan 21:55
Compare
Choose a tag to compare

Features

  • Add APIs for native ad privacy icons.
  • Add APIs for returning Ad Unit waterfall name and Ad Unit experiment name. Code snippet examples can be found in our docs here.

Bug Fixes

  • Minor memory leak fixes and optimizations.
  • Fix crash in -[ALSdk setUserIdentifier:].
  • Fix default tag value (0) causing the native ad asset views without a tag to be mapped to the root view.

Mediation Debugger

  • Add support for native ad LIVE ads.
  • Make orientation of ads displayed through Mediation Debugger more consistent with the app’s orientation.

11.0.0

06 Jan 18:28
dd43344
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.
  • 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)

Minor Features

  • Add RevenuePrecision API to associate ad revenue with the precision.
  • 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.

Fixes

  • Fix [ALUtils topViewControllerFromKeyWindow] crash.

10.3.7

13 Nov 19:18
f608bb8
Compare
Choose a tag to compare
  • Fix iPad 14.7 / 14.8 crash in ALTaskProcessAdResponse.
  • Increase stability of users being granted AppLovin rewards.
  • Increase stability of test mode.
  • Other bug fixes and stability improvements.

Mediation Debugger

  • Display the value of NSAdvertisingAttributionReportEndpoint if it is set in the Info.plist.
  • Fix navigation bar styling on iOS 15.
  • Fix Smaato's SDK version failing to display.

10.3.6

28 Sep 23:57
ea9e56d
Compare
Choose a tag to compare
  • Un-deprecate AppLovin MREC API.
  • Fix ALDataCollector crash in custom mediation setup.
  • Fix issue when showing StoreKit in landscape with no internet.

10.3.5

30 Aug 04:28
ea9e56d
Compare
Choose a tag to compare
  • Add -[MAAd networkPlacement] API which represents the underlying ad's placement id.
  • Fix ALStoreKitProductViewController crash.
  • Fix ALRequestEncodingUtils crash.
  • Fix isInitialized compilation warning.

10.3.4

29 Jul 06:44
ea9e56d
Compare
Choose a tag to compare
  • Fix ALRequestEncodingUtils crash.