Releases: AppLovin/AppLovin-MAX-SDK-iOS
Releases · AppLovin/AppLovin-MAX-SDK-iOS
11.3.3
- Minor optimizations and fixes.
11.3.2
11.3.1
- Fix
+[ALUtils topViewControllerFromKeyWindow]
crash. - Redesign privacy icon redesign for ALX native ads.
11.3.0
- Support for OMID measurement for native ads and banners/MRECs. Measurement for VAST ads supported since v11.0.0.
- Various native ad fixes and optimizations.
- Mediation Debugger updates.
11.2.1
- 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
- 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
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
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(will be fixed in v11.1.2)WKWebview
crash relating to JS Tags.- Fix nil reward being returned if test mode is on and ad display failure occurs.
11.1.0
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
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
andIABTCF_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.