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
BideaseAdapterAppLovin→BideaseAppLovinMediationAdapter, matching the Objective-C / dashboard adapter name. UpdateBideaseAdapterAppLovin.setInitParams(...)calls toBideaseAppLovinMediationAdapter.setInitParams(...). The old name still resolves but is deprecated. See the integration guide. - New Adapter setup is now Objective-C-friendly —
setInitParamscan 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 withsetInitParams(_ params: InitParams). Passing an empty or whitespace-only key now triggerspreconditionFailure(...). See migration. - New In-ad report button lets users flag bad creatives. No integration changes required.