Skip to main content

iOS AppLovin MAX Adapter

CocoaPods: pod 'BideaseSDK/AdapterAppLovinMax'. See integration guide.

2.2.2

  • Improve Maintenance release via BideaseSDK 2.2.2. No integration changes required.

2.2.1

  • Breaking The Swift adapter class is renamed BideaseAdapterAppLovinBideaseAppLovinMediationAdapter, matching the Objective-C / dashboard adapter name. Update BideaseAdapterAppLovin.setInitParams(...) calls to BideaseAppLovinMediationAdapter.setInitParams(...). The old name still resolves but is deprecated. See the integration guide.
  • New Adapter setup is now Objective-C-friendly — setInitParams can be called directly from Objective-C. See the integration guide.
  • Improve Faster ad display in mediation — reduced delay between auction win and render. No integration changes required.
  • Improve Stability improvements in the mediation flow, via BideaseSDK 2.2.1. No integration changes required.

2.1.3

  • Improve Maintenance release via BideaseSDK 2.1.3. No integration changes required.

2.1.2

  • Improve Stability improvements via BideaseSDK 2.1.2. No integration changes required.

2.1.1

  • Improve Performance optimizations via BideaseSDK 2.1.1. No integration changes required.

2.1.0

  • Breaking BideaseAdapterAppLovin.setAppKey(_:, privacyParams:, customProps:) replaced with setInitParams(_ params: InitParams). Passing an empty or whitespace-only key now triggers preconditionFailure(...). See migration.
  • New In-ad report button lets users flag bad creatives. No integration changes required.