- Certified with InMobi SDK 10.1.4.
- Remove the
privacySettingForSelector:fromParameters:
function and call privacy methods directly. - Now requires MAX SDK version 6.14.0 or higher.
- Certified with InMobi SDK 10.1.3.
- Add support for test mode for simulators.
- Remove
consentDialogState
guard.
- Add support for star ratings in manual native ads.
- Add CCPA support.
- Update to use
[MAAdapterError errorWithCode:errorString:thirdPartySdkErrorCode:thirdPartySdkErrorMessage:]
to avoid crashes with AppLovin SDK 11.4.1 and earlier.
- Fix broken native CTA button and duplicate click callbacks for other views.
- Fix duplicate click callbacks fired for native CTA button.
- Certified with InMobi SDK 10.1.2.
- Support for native ads in external plugins (e.g. React Native).
- Disable bitcode, as Apple deprecated it in Xcode 14 (https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes).
- Certified with InMobi SDK 10.1.1.
- Add additional details for ad display failures.
- Add support for native ad view ads.
- Fix wrong property used for InMobi native ad description.
- Certified with InMobi SDK 10.1.0.
- Add impression callbacks for banners, MRECs, interstitials and rewarded ads.
- Silence API deprecation warnings.
- Use local scope copy of native ad while preparing view.
- Update consent status before collecting signal.
- Certified with InMobi SDK 10.0.8.
- Certified with InMobi SDK 10.0.7.
- Certified with InMobi SDK 10.0.6.
- Distribute adapter as an XCFramework.
- Update ad display failed error code.
- Specify
MANativeAdAdapter
for adapter to enable it for test ads in Mediation Debugger.
- Fix native ad media content rendering.
- Remove check for manual native ad assets.
- Certified with InMobi SDK 10.0.5.
- Add support for passing native ads.
- Add support for passing in a presenting view controller.
- Certified with InMobi SDK 10.0.2.
- Update open source versions to allow compilation with AppLovin SDK v11.0.0+.
- Fix interstitials not reporting creative id correctly.
- Certified with InMobi SDK 10.0.1.
- Update signal collection APIs.
- Update consent dictionary and API used to set GDPR info.
- Update GDPR before signal collection.
- Certified with InMobi SDK 9.2.1.
- Update podspec to use
pod_target_xcconfig
over the deprecatedxcconfig
.
- Certified with InMobi SDK 9.1.7.
- Certified with InMobi SDK 9.1.5.
- Update podspec source from bintray to S3.
- Add support for passing creative id to SDK (supported in iOS SDK 6.15.0+).
- Add support to pass 3rd-party error code and description to SDK.
- Certified with InMobi SDK 9.1.1.
- Only set user consent flag if GDPR applies.
- Certified with InMobi SDK 9.1.0.
- Update 7000000 version check to 6140000.
- Update initialization log.
- Update signal collection to fail early if InMobi SDK is not initialized successfully.
- Removed the i386 slice. Adapter will no longer work on 32-bit simulators.
- Fix delay caused by invalid placement identifier handling in signal collection.
- Update 70000 version check to 7000000.
- Fix incorrect adapter version returned by the adapter.
- Updated to not set privacy settings if nil.
- Roll back privacy changes.
- Update deprecated callbacks (
interstitial:didReceiveWithMetaInfo:
) for interstitial and rewarded ads. - Updated to not set privacy settings if nil.
- Fix bidding for leaders by mapping "leaders" placement key to "banners" placement key.
- Certified with SDK 9.0.7.
- Add support for bidding.
- Point to
InMobiSDK/Core
.
- Certified with SDK 9.0.6.
- Track initialization status with new initialization complete callback.
- Certified with SDK 9.0.4.
- Add support for medium rectangle ad views.
- Certified with SDK 9.0.3.
- Added banner display callback to
bannerDidFinishLoading:
.
- Moved interstitial and rewarded display callbacks from
interstitialWillPresent:
tointerstitialDidPresent:
.
- Certified with SDK 9.0.1.
- Certified with SDK 9.0.0.
- Removed unused server parameters.
- Updated the minimum required AppLovin SDK version to 6.5.0.
- Removed support for muting/un-muting of ads.
- Format
IM_GDPR_CONSENT_AVAILABLE
value to true/false.
- Certified with SDK 7.3.2.
- Uncertify SDK 7.3.1, re-certify against SDK 7.2.9 due to
isReady
bug.
- Certified with SDK 7.3.1.
- Add support for initialization status.
- Add Unity support for automatic dependency resolution. Please ensure that you are on the latest AppLovin MAX Unity Plugin.
- Add support for extra reward options.
- Minor adapter improvements.
- Use
interstitialWillPresent:
instead ofinterstitialDidPresent:
for impression tracking.
- Initial commit.