Changelog

SDK

2026

Version 8.5.0 (September 10, 2026)

Breaking changes

  • The minimum supported iOS version was raised to 15.0.

Version 8.4.0 (August 28, 2026)

Added

  • Added AdErrorCode. Use isYandexMobileAdsError to detect an error.
  • Added NativeErrorCode.
  • Added the property isYandexMobileAdsError to Error and NSError.
  • Added the property isYandexMobileNativeAdsError to Error and NSError.

Changed

  • Moved Feed API to the standalone YandexMobileAdsFeed module.

Updated

  • Updated AppMetrica version to 6.6.0.

Version 8.3.0 (July 27, 2026)

Updated

  • Updated AppMetrica version to 6.5.0.

Version 8.2.1 (July 7, 2026)

Updated

  • Fixed backward compatibility of the public API.

Version 8.2.0 (July 2, 2026)

Added

  • Added dependency AppMetricaCrashes with minimum supported version 6.4.0.

Updated

  • Updated AppMetrica version to 6.4.0.

Version 8.1.0 (June 1, 2026)

Updated

  • Updated minimum supported AppMetricaAdSupport, AppMetricaCore, AppMetricaIDSync, AppMetricaLibraryAdapter version to 6.3.0.

Version 8.0.0 (April 23, 2026)

Complete migration guide Guide to AI-assisted migration

Features:

  • Added the AppOpenAdLoader.loadAd(with:) async method.
  • Added the InterstitialAdLoader.loadAd(with:) async method.
  • Add the NativeAd.loadImages() async method.
  • Added the NativeAdLoader.loadAd(with:options:) async method.
  • Added the NativeBulkAdLoader.loadAds(with:adsCount:options:) async method.
  • Added the RewardedAdLoader.loadAd(with:) async method.
  • Added the SliderAd.loadImages() async method.
  • Added the SliderAdLoader.loadAd(with:options:) async method.
  • Added the YandexAds.setAdapterIdentity(_:) method to set the mediation adapter identifier. Call it before YandexAds.initializeSDK().
  • NativeAdMedia now includes a new property: hasVideo.
  • Creative now includes a new property: offerID.
  • AdInfo now includes a new property: partnerText.
  • Creative now includes a new property: placeID.
  • Added the NativeAdOptions class to configure native ad loading parameters, including automatic image loading.
  • Added SwiftUI API support for banner, interstitial, rewarded, and app open ads.
  • Added support for feed ads.
  • Added documentation for automating SKAdNetwork identifier updates.
  • Added an AI tool for migrating to 8.x.

Changes:

  • The minimum supported version of AppMetricaAdSupport is now 6.0.0.
  • The minimum supported version of AppMetricaCore is now 6.0.0.
  • The minimum supported version of AppMetricaIDSync is now 6.0.0.
  • The minimum supported version of AppMetricaLibraryAdapter is now 6.0.0.
  • The minimum supported version of DivKitBinaryCompatibilityFacade is now 5.3.0.
  • Updated the list of SKAdNetwork identifiers.

Breaking changes:

  • Added the adUnitID property to AdRequest. adUnitID is now passed via the AdRequest initializer instead of as a separate parameter in load methods.
  • Renamed the MobileAds class to YandexAds.
  • Removed the VideoController class.
  • Removed the kYMAAdsErrorDomain constant.
  • Removed the kYMANativeAdErrorDomain constant.
  • Removed constants from YMAVersion. Use MobileAds.sdkVersion.
  • Removed the AdViewDelegate.close(_:) function.
  • Renamed the BannerAdSize.fixedSize(withWidth:height:) function to BannerAdSize.fixed(width:height:).
  • Renamed the BannerAdSize.inlineSize(withWidth:maxHeight:) function to BannerAdSize.inline(width:maxHeight:).
  • Renamed the BannerAdSize.stickySize(withContainerWidth:) function to BannerAdSize.sticky(containerWidth:).
  • MobileAds.audioSessionManager is now a computed property.
  • Removed the MobileAds.sdkVersion function. Use MobileAds.version.stringValue.
  • Removed the NativeAd.bind(toSliderView:) function. Use SliderAd.bind(with:) instead.
  • Removed the NativeAdDelegate.close(_:) function.
  • Renamed the NativeAdDelegate.nativeAd(_:didTrackImpressionWith:) function to NativeAdDelegate.nativeAd(_:didTrackImpression:).
  • Removed the Rating.setRating(_:) function. Use the Rating.rating property.
  • Removed the SliderAdDelegate.sliderAdDidClose(_:) function.
  • Renamed the AdView(adUnitID:adSize:) initializer to AdView(adSize:).
  • Removed the AdView.loadAd() method. Use AdView.loadAd(with:).
  • Removed the AdViewDelegate.viewControllerForPresentingModalView() method.
  • Renamed the AppOpenAdLoader.loadAd(with:) method to AppOpenAdLoader.loadAd(with:completion:). The “completion” parameter replaces delegate methods.
  • Renamed the InterstitialAdLoader.loadAd(with:) method to InterstitialAdLoader.loadAd(with:completion:). The “completion” parameter replaces delegate methods.
  • Renamed the NativeAd.loadImages() method to NativeAd.loadImages(completionHandler:). The completionHandler parameter replaces the observer method.
  • Removed the NativeAdDelegate.viewControllerForPresentingModalView() method.
  • Renamed the NativeAdLoader.loadAd(with:) method to NativeAdLoader.loadAd(with:options:completion:). Added an optional options parameter and a completion parameter, replacing delegate methods.
  • Renamed the NativeBulkAdLoader.loadAds(with:adsCount:) method to NativeBulkAdLoader.loadAds(with:adsCount:options:completion:). Added an optional options parameter and a completion parameter, replacing delegate methods.
  • Renamed the RewardedAdLoader.loadAd(with:) method to RewardedAdLoader.loadAd(with:completion:). The “completion” parameter replaces delegate methods.
  • Renamed the SliderAd.loadImages() method to SliderAd.loadImages(completionHandler:). The completionHandler parameter replaces the observer method.
  • Renamed the SliderAdLoader.loadAd(with:) method to SliderAdLoader.loadAd(with:options:completion:). Added an optional options parameter and a completion parameter, replacing delegate methods.
  • Renamed the loadBidderToken(requestConfiguration:completionHandler:) method in BidderTokenLoader to loadBidderToken(request:completionHandler:).
  • Renamed the AppOpenAdDelegate(_:didFailToShowWithError:) method to AppOpenAdDelegate(_:didFailToShow:).
  • Renamed the AppOpenAdDelegate(_:didTrackImpressionWith:) method to AppOpenAdDelegate(_:didTrackImpression:).
  • Renamed the InterstitialAdDelegate(_:didFailToShowWithError:) method to InterstitialAdDelegate(_:didFailToShow:).
  • Renamed the InterstitialAdDelegate(_:didTrackImpressionWith:) method to InterstitialAdDelegate(_:didTrackImpression:).
  • Renamed the RewardedAdDelegate(_:didFailToShowWithError:) method to RewardedAdDelegate(_:didFailToShow:).
  • Renamed the RewardedAdDelegate(_:didTrackImpressionWith:) method to RewardedAdDelegate(_:didTrackImpression:).
  • Renamed the SliderAdDelegate(_:didTrackImpressionWith:) method to SliderAdDelegate(_:didTrackImpression:).
  • Removed properties: NativeAd.adAttributes, NativeAd.creativeID, NativeAd.campaignID. Use NativeAd.adInfo.creatives instead.
  • Removed properties: SliderAd.adAttributes, SliderAd.creativeID, SliderAd.campaignID. Use SliderAd.adInfo.creatives instead.
  • Removed the AdInfo.adSize property.
  • Renamed the AdInfo.adUnitId property to AdInfo.adUnitID.
  • Renamed the AdInfo.data property to AdInfo.extraData.
  • Renamed the AdRequestError.adUnitId property to AdRequestError.adUnitID.
  • Removed the AdView.adAttributes property. Use AdView.adInfo.creatives instead.
  • Removed the AdView.adUnitID property. Use AdView.adInfo?.adUnitID after the ad has loaded.
  • Removed the AdView.info property. Use AdView.adInfo.partnerText instead.
  • Removed the AdView.videoController property.
  • Removed the AppOpenAd.adAttributes property. Use AppOpenAd.adInfo.creatives.
  • Removed the InterstitialAd.adAttributes property. Use InterstitialAd.adInfo.creatives.
  • Removed the Native.info property. Use Native.adInfo.partnerText instead.
  • Removed the RewardedAd.adAttributes property. Use RewardedAd.adInfo.creatives instead.
  • Removed the SliderAd.info property. Use SliderAd.adInfo.partnerText instead.
  • Removed the Version.buildMetadataIdentifiers property.
  • Removed the Version.prereleaseIdentifiers property.
  • Removed the VideoDelegate protocol.
  • The SDK is now built with Swift 6 instead of Swift 5.
  • Removed AdErrorCode.
  • Removed NativeErrorCode.
  • Removed reset methods from the NativeVideoPlaybackProgressControl protocol.
  • Renamed the targetInfo field in AdRequestTokenConfiguration and BidderTokenRequestConfiguration to targeting. Renamed the AdTargetInfo field class to AdTargeting.
  • Removed constants: kYMAGenderFemale, kYMAGenderMale. Use the new Gender class instead.
  • Removed the isYandexMobileAdsError field from Error and NSError.
  • Removed the isYandexMobileNativeAdsError field from Error and NSError.
  • Removed fields from AdRequest: age, gender, location, contextQuery, contextTags. Use the new targeting field instead.
  • The BidderTokenLoader initializer no longer accepts the mediationNetworkName parameter.
  • Renamed the MobileAds.setLocationTrackingEnabled and MobileAds.setAgeRestrictedUser methods. Use YandexAds.setLocationTracking and YandexAds.setAgeRestricted.
  • The AppOpenAdDelegate, InterstitialAdDelegate, RewardedAdDelegate, NativeAdDelegate, and SliderAdDelegate methods are no longer optional.
  • Removed the deprecated banner AdSize property from BidderTokenRequestConfiguration. Use BidderTokenRequest.banner(size:targeting:parameters:) instead.
  • The NativeAdAssets class properties are now immutable.
  • Changed the warning field type in NativeAdAssets to NativeAdWarning.
  • The SDK is now built with Xcode 26.2 instead of Xcode 16.4.
  • Removed AdRequestConfiguration. Use AdRequest for all ad formats.
  • Protocols AppOpenAdDelegate, InterstitialAdDelegate, RewardedAdDelegate, NativeAd, NativeAdDelegate, SliderAd, SliderAdDelegate, AdViewDelegate, NativeVideoPlaybackMuteControlDelegate, and NativeVideoPlaybackProgressControl are now MainActor-isolated.
  • Removed protocols: AppOpenAdLoaderDelegate, InterstitialAdLoaderDelegate, RewardedAdLoaderDelegate, NativeAdLoaderDelegate, NativeBulkAdLoaderDelegate, SliderAdLoaderDelegate, NativeAdImageLoadingObserver. You can now handle loading completion using either a completion handler or async/await.
  • Classes AppOpenAd, InterstitialAd, RewardedAd, NativeVideoPlaybackControls, NativeAdViewData, and NativeVideoPlaybackMuteControl are now MainActor-isolated.
  • Removed BidderTokenLoader.init(). Use BidderTokenLoader(mediationNetworkName:) instead.
  • Removed BidderTokenRequestConfiguration(adType:). Use factory methods: banner(size:targeting:parameters:), interstitial(targeting:parameters:), rewarded(targeting:parameters:), native(targeting:parameters:), or appOpenAd(targeting:parameters:).
  • Renamed the BidderTokenRequestConfiguration class to BidderTokenRequest.
  • Removed MutableAdRequestConfiguration. Use AdRequest instead.
  • Removed MutableAdRequest. Use AdRequest instead.
  • Removed MutableNativeAdRequestConfiguration. Use AdRequest instead.
  • Removed MutableNativeTemplateAppearance. Use NativeTemplateAppearance instead.
  • Removed NativeAdRequestConfiguration. Use AdRequest for native ads.
  • Removed the NativeBannerView class and associated classes: NativeTemplateAppearence, NativeTemplateHorizontalOffset, ButtonAppearance, ImageAppearance, LabelAppearance, RatingAppearance, SizeConstraint, and SizeConstraintType.
  • Renamed YMANativeAdView to NativeAdView.
  • Renamed YMANativeMediaView to NativeMediaView.
  • Renamed the AdView class to BannerAdView. Renamed the AdViewDelegate protocol to BannerAdViewDelegate. Renamed delegate methods: adViewDidLoad to bannerAdViewDidLoad, adViewDidFailLoading to bannerAdViewDidFailLoading, adViewDidClick to bannerAdViewDidClick, and adView(_:didTrackImpression:) to bannerAdView(_:didTrackImpression:).
  • Removed delegate methods from the public API:
    • AdViewDelegate: adViewWillLeaveApplication, adView(_:willPresentScreen:), adView(_:didDismissScreen:).
    • NativeAdDelegate: nativeAdWillLeaveApplication, nativeAd(_:willPresentScreen:), nativeAd(_:didDismissScreen:).
    • SliderAdDelegate: sliderAdWillLeaveApplication, sliderAd(_:willPresentScreen:), sliderAd(_:didDismissScreen:).

Version 7.18.4 (February 3, 2026)

Changes:

  • Improved library stability for various devices.

Version 7.18.3 (January 27, 2026)

Changes:

  • Improved library stability for various devices.

2025

Version 7.18.1 (December 15, 2025)

Changes:

  • Improved library stability for various devices.

Version 7.18.0 (December 3, 2025)

Features:

  • Added AppMetricaIDSync version 5.14.0 dependency.
  • Added the SliderAd API.

Changes:

  • The bindAd(toSliderView:) method in NativeAd is no longer supported. Use SliderAd.bind(with:) instead.

Version 7.17.1 (November 18, 2025)

Changes:

  • Improved library stability for various devices.

Version 7.17.0 (November 14, 2025)

Features:

  • Add the Creative class with support for Creative ID and Campaign ID.
  • Added the adInfo property to AdView.
  • Added creativeID and campaignID properties to NativeAd.
  • Added the creatives property to AdInfo.

Changes:

  • The minimum supported version of AppMetricaAdSupport is 5.14.0.
  • The minimum supported version of AppMetricaCore is 5.14.0.
  • The minimum supported version of AppMetricaLibraryAdapter is 5.14.0.
  • The minimum supported version of DivKitBinaryCompatibilityFacade is 5.2.1.
  • The BidderTokenRequestConfiguration(adType:) method is no longer supported. Use factory methods: banner(size:), interstitial(), rewarded(), native(), or appOpenAd().
  • Removed the AppMetricaCrashes dependency.

Version 7.16.2 (October 16, 2025)

Changes:

  • The AdInfo.data property has been deprecated and will be removed in future versions. Use the adAttributes property in the class of the required ad type.
  • The AdView.Info property has been deprecated and will be removed in future versions. Use the AdView.adAttributes property.

Version 7.16.1 (September 29, 2025)

Changes:

  • The minimum supported version of DivKitBinaryCompatibilityFacade is 5.2.0.

Version 7.16.0 (September 17, 2025)

Changes:

  • The minimum supported version of DivKitBinaryCompatibilityFacade is 5.1.1.
  • Removed the system frameworks from linkerSettings in the Package.swift file.
  • The Linking -ObjC flag is no longer required for the YandexMobileAds target when integrating via SPM. However, the flag is still necessary if you use mediation.

Version 7.15.1 (July 28, 2025)

Changes:

  • The minimum supported version of DivKitBinaryCompatibilityFacade is 5.0.2.

Version 7.15.0 (July 22, 2025)

Changes:

  • Updated the DivKitBinaryCompatibilityFacade version requirement from a fixed version to a range of compatible versions.
  • The minimum supported Xcode version is 16.4.
  • The NativeAdDelegate.viewControllerForPresentingModalView method has been deprecated and will be removed in future versions.

Version 7.14.1 (June 24, 2025)

Changes:

  • The minimum supported version of AppMetricaAdSupport is 5.11.0.
  • The minimum supported version of AppMetricaCore is 5.11.0.
  • The minimum supported version of AppMetricaCrashes is 5.11.0.
  • The minimum supported version of AppMetricaLibraryAdapter is 5.11.0.

Version 7.14.0 (June 19, 2025)

Features:

  • The minimum supported version of DivKitBinaryCompatibilityFacade is 5.0.0.

Changes:

  • The VideoControllerDelegate protocol has been deprecated and will be removed in future versions.
  • The VideoController class has been deprecated and will be removed in future versions.
  • The AdView.videoController property has been deprecated and will be removed in future versions.

Version 7.13.0 (May 29, 2025)

Features:

  • Added AppMetricaAdSupport version 5.10.0 dependency.

Changes:

  • The minimum supported version of AppMetricaCore is 5.10.0.
  • The minimum supported version of AppMetricaCrashes is 5.10.0.
  • The minimum supported version of AppMetricaLibraryAdapter is 5.10.0.

Version 7.12.3 (May 12, 2025)

Changes:

  • Improved library stability for various devices.

Version 7.12.2 (May 5, 2025)

Changes:

  • Improved library stability for various devices.

Version 7.12.1 (April 14, 2025)

Changes:

  • SPM resources are now located in the target bundle instead of the nested bundle.

Version 7.12.0 (April 2, 2025)

Changes:

  • Added the targetInfo field to BidderTokenRequestConfiguration. This field transmits user information, such as age, gender, location, search query, and page keywords.

Version 7.11.1 (March 11, 2025)

Changes:

  • The minimum supported DivKitBinaryCompatibilityFacade version is 4.6.1.

Version 7.11.0 (March 11, 2025)

Changes:

  • The minimum supported DivKitBinaryCompatibilityFacade version is 4.6.0.

Version 7.10.2 (February 26, 2025)

Changes:

  • Improved library stability for various devices.

Version 7.10.1 (February 14, 2025)

Changes:

  • Fixed a signing certificate error.

Version 7.10.0 (February 6, 2025)

Changes:

  • Improved library stability for various devices.

Version 7.9.0 (January 16, 2025)

Changes:

  • The minimum supported Xcode version is 16.1.

2024

Version 7.8.0 (December 13, 2024)

Features:

  • COPPA compliance is now supported.

Version 7.7.0 (November 15, 2024)

Changes:

  • The minimum supported AppMetricaCore version is 5.8.2.
  • The minimum supported AppMetricaCrashes version is 5.8.2.
  • The minimum supported AppMetricaLibraryAdapter version is 5.8.2.

Version 7.6.1 (November 11, 2024)

Changes:

  • Improved library stability for various devices.

Version 7.6.0 (October 17, 2024)

Features:

  • Added AppMetricaLibraryAdapter.

Changes:

  • The minimum supported AppMetricaCore version is 5.8.1.
  • The minimum supported AppMetricaCrashes version is 5.8.1.
  • The minimum supported AppMetricaLibraryAdapter version is 5.8.1.
  • The minimum supported DivKitBinaryCompatibilityFacade version is 4.5.0.
  • The minimum supported appmetrica-sdk-ios version is 5.8.0.
  • Deprecated the BidderTokenLoader() method. Use BidderTokenLoader(mediationNetworkName:).

Version 7.5.1 (September 19, 2024)

Changes:

  • Fixed the spm incompatibility caused by DivKitBinaryCompatibilityFacade.

Version 7.5.0 (September 17, 2024)

Changes:

  • Replaced DivKitwithDivkitbinarycompatibilityFacade.
  • The minimum supported AppMetricaCore version is 5.8.0.
  • The minimum supported AppMetricaCrashes version is 5.8.0.

Version 7.4.1 (September 9, 2024)

Changes:

  • The minimum supported DivKit version is 30.16.0.

Version 7.4.0 (August 23, 2024)

Features:

  • Added a Debug Panel. This is a set of integration testing tools designed to speed up the integration of Yandex Mediation and ad launch.

Changes:

  • The minimum supported AppMetricaCore version is 5.7.0.
  • The minimum supported AppMetricaCrashes version is 5.7.0.
  • The minimum supported DivKit version is 30.12.0.

Version 7.3.2 (August 8, 2024)

Changes:

  • Fixed duplicate characters with the KSCrash SDK.

Version 7.3.1 (August 2, 2024)

Changes:

  • The minimum supported DivKit version is 30.11.0.
  • Updated integration via SPM. You can now delete MobileAdsBundle.bundle from the project's target file.

Version 7.3.0 (July 25, 2024)

Changes:

  • Improved library stability for various devices.

Version 7.2.0 (July 19, 2024)

Changes:

  • The minimum supported AppMetricaCore version is 5.6.0.
  • The minimum supported AppMetricaCrashes version is 5.6.0.
  • The minimum supported DivKit version is 30.7.0.

Version 7.1.1 (July 4, 2024)

Changes:

  • Improved library stability for various devices.

Version 7.1.0 (June 4, 2024)

Features:

  • Added a new func setupVideoPlaybackControls(to view: YMANativeMediaView) method to the NativeVideoPlaybackControls class to redefine video progress and video sound on/off controls. To learn more, see Redefining interface elements in videos.

Changes:

  • In the AppOpenAd, InterstitialAd, and RewardedAd classes, changed the method signature from func show(from viewController: UIViewController) to func show(from viewController: UIViewController?).
  • The minimum supported AppMetricaCore version is 5.4.0.
  • The minimum supported AppMetricaCrashes version is 5.4.0.
  • The minimum supported DivKit version is 30.2.0.

Version 7.0.2 (May 29, 2024)

Changes:

  • Fixed an AVPlayer error that could cause the app to crash when serving native ads.

Version 7.0.1 (April 18, 2024)

Changes:

  • The minimum supported AppMetricaCore version is 5.2.0 (added Privacy Manifest support).
  • The minimum supported AppMetricaCrashes version is 5.2.0.

Version 7.0.0 (April 4, 2024)

Features:

  • AdPod is now supported.
  • Added automatic preloading for interstitial ads.
  • Added EndCard support for video ads.
  • SKOverlay is now supported.
  • Privacy Manifest is now supported.

Changes:

  • The minimum supported Swift version is 5.9.

Breaking changes:

  • API renamed. To learn more, see the guide for migrating to version 7.
  • Removed the loadBidderTokenWithCompletionHandler: method. Please use the loadBidderTokenWithRequestConfiguration:completionHandler: method instead.

Version 6.4.1 (March 5, 2024)

Changes:

  • Improved library stability for various devices.

Version 6.4.0 (February 12, 2024)

Features:

  • Added a new loadBidderTokenWithRequestConfiguration:completionHandler: method for generating Open Bidding tokens.

Changes:

  • Improved library stability for various devices.
  • The loadBidderTokenWithCompletionHandler: method of the YMABidderTokenLoader class is deprecated.

2023

Version 6.3.0 (December 18, 2023)

Changes:

  • Improved library stability for various devices.
  • Changed the repository URL for installation via SPM: https://github.com/yandexmobile/yandex-ads-sdk-swift -> https://github.com/yandexmobile/yandex-ads-sdk-ios.

Version 6.2.0 (December 6, 2023)

Changes:

  • Improved library stability for various devices.

Version 6.1.0 (October 20, 2023)

Features:

  • Added CMP (Consent Management Platform) support.

Changes:

  • Improved library stability for various devices.
  • Optimized ad load caching.
  • The supported version for the YandexMobileAdsMediation single build is 6.1.0.

Version 6.0.0 (August 31, 2023)

Features:

  • Yandex Mobile Mediation now supports the InMobi network.
  • Added a new ad format: App Open Ads. This is a special ad format for monetizing the splash screen of your apps. These ads can be closed at any time and are designed to be served when users bring your app to the foreground, either at launch or when returning to it from the background.

Changes:

  • The minimum supported iOS version is 13.

Breaking changes:

  • Banners. New API for working with banner sizes.
  • Interstitial ads and rewarded ads. Separated ad loading and rendering at the API level.
  • Removed the obsolete setAnalyticsReportingEnabled:(BOOL)enabled and flexibleSizeWithCGSize:(CGSize)size methods.
  • To learn more, see the guide for migrating to version 6.

Version 5.9.1 (July 24, 2023)

Changes:

  • Improved library stability for various devices.

Version 5.9.0 (July 14, 2023)

Changes:

  • Improved library stability for various devices.

Version 5.8.0 (June 30, 2023)

Changes:

  • Improved library stability for various devices.

Version 5.7.0 (May 25, 2023)

Changes:

  • Improved logs for testing ad integration.

Version 5.6.0 (May 12, 2023)

Changes:

  • Improved library stability for various devices.

Version 5.5.0 (February 3, 2023)

Changes:

  • Improved library stability for various devices.

2022

Versions 5.4.0 — 5.0.0-alpha.1

Version 5.4.0 (December 28, 2022)

Changes:

  • Improved library stability for various devices.

Version 5.3.1 (November 25, 2022)

Changes:

  • The minimum supported Swift version is 5.7.
  • Improved library stability for various devices.

Version 5.3.0 (November 21, 2022)

Changes:

  • The minimum supported iOS version is 12.0.
  • Improved library stability for various devices.

Version 5.2.1 (August 31, 2022)

Changes:

  • Fixed the high CPU consumption issue.
  • Fixed the template display issue.

Version 5.2.0 (August 23, 2022)

Changes:

  • The "feedback" and "domain" assets are now mandatory for native ads.
  • Improved library stability for various devices.

Version 5.1.0 (July 6, 2022)

Changes:

  • Improved library stability for various devices.

Version 5.0.2 (May 18, 2022)

Changes:

  • Improved library stability for various devices.

Version 5.0.1 (May 11, 2022)

Changes:

  • Improved library stability for various devices.

Version 5.0.0 (March 25, 2022)

Features:

  • Migrated to XCFramework.
  • Added M1 support.
  • Added a callback function to notify when users click ads.
  • For more information, see the guide for migrating to version 5.

Changes:

  • Renamed the blockID parameter to AdUnitID.
  • The minimum supported iOS version is 10.0.
  • The minimum supported AppMetrica version is 4.0.0.
  • You can no longer set flex banner sizes without specifying the maximum width and height.

Version 5.0.0-alpha.2 (March 8, 2022)

Changes:

  • Improved library stability for various devices.

Version 5.0.0-alpha.1 (January 31, 2022)

Features:

  • Migrated to XCFramework.
  • Added M1 support.
  • Added a callback function to notify when users click ads.
  • For more information, see the guide for migrating to version 5.

Changes:

  • Renamed the blockID parameter to AdUnitID.
  • The minimum supported iOS version is 10.0.
  • The minimum supported AppMetrica version is 4.0.0.
  • You can no longer set flex banner sizes without specifying the maximum width and height.

InStream API

2026

Version 0.76.0 (September 10, 2026)

Updated

  • Updated minimum supported YandexMobileAds version to 8.5.0

Breaking changes

  • The minimum supported iOS version was raised to 15.0.

Version 0.75.0 (August 28, 2026)

Updated

  • Updated minimum supported YandexMobileAds version to 8.4.0.

Version 0.74.0 (July 27, 2026)

Updated

  • Updated minimum supported YandexMobileAds version to 8.3.0.

Version 0.73.0 (July 7, 2026)

Updated

  • Updated minimum supported YandexMobileAds version to 8.2.1.

Version 0.72.0 (July 2, 2026)

Updated

  • Updated minimum supported YandexMobileAds version to 8.2.0.

Version 0.71.0 (June 1, 2026)

Updated:

  • Updated minimum supported YandexMobileAds version to 8.1.0.

Version 0.70.0

Updated:

  • Updated minimum supported YandexMobileAds version to 8.0.0.

Version 0.69.0

Updated:

  • Updated minimum supported YandexMobileAds version to 8.0.0-beta.2.

Version 0.68.0

Added:

  • Added InstreamAdLoader.loadInstreamAd(configuration:) and InstreamAdLoader.loadInroll(configuration:) async methods.

Updated:

  • Updated minimum supported YandexMobileAds version to 8.0.0-beta.1.

Breaking changes:

  • Method InstreamAdLoader.loadInroll(configuration:) was renamed to InstreamAdLoader.loadInroll(configuration:completion:). The completion parameter was added replacing the delegate methods.

  • Method InstreamAdLoader.loadInstreamAd(configuration:) was renamed to InstreamAdLoader.loadInstreamAd(configuration:completion:). The completion parameter was added replacing the delegate methods.

  • MobileInstreamAds was renamed to YandexInstreamAds.

  • InstreamAdBinderDelegate, InstreamAd protocols are now MainActor-isolated.

  • InstreamAdLoaderDelegate class has been removed.

Version 0.65.0 (February 3, 2026)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.18.4.

Version 0.64.0 (January 27, 2026)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.18.3.

2025

Version 0.63.0 (December 15, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.18.1.

Version 0.62.0 (December 3, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.

Version 0.61.0 (November 18, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.17.1.

Version 0.60.0 (November 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.

Version 0.59.0 (October 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.

Version 0.57.0 (September 17, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.

Version 0.56.0 (July 28, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.15.1.

Version 0.55.0 (July 22, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.

Version 0.54.0 (June 24, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.

Version 0.53.0 (June 17, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.

Version 0.52.0 (May 26, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.

Version 0.51.0 (May 12, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.

Version 0.50.0 (April 30, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.2.

Version 0.49.0 (March 31, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.

Version 0.48.0 (March 11, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.11.1.

Version 0.47.0 (March 6, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.

Version 0.46.0 (February 26, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.2.

Version 0.46.0 (February 25, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.2.

Version 0.45.0 (February 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.

Version 0.44.0 (February 6, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.

Version 0.43.0 (January 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.

2024

Version 0.42.0 (December 13, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.

Version 0.41.0 (November 15, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.

Version 0.40.0 (November 11, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.

Version 0.39.0 (October 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.

Version 0.38.0 (September 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.

Version 0.37.0 (September 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.

Version 0.36.0 (September 9, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.

Version 0.35.0 (August 23, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.

Version 0.34.0 (August 8, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.

Version 0.33.0 (August 2, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.

Version 0.32.0 (July 25, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.

Version 0.31.0 (July 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.

Version 0.30.0 (July 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.

Version 0.29.0 (June 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.

Version 0.28.0 (May 29, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.

Version 0.27.0 (April 18, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.

Version 0.26.0 (April 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.

Version 0.25.0 (March 5, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.

Version 0.24.0 (February 12, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.

2023

Version 0.23.0 (December 18, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.

Version 0.22.0 (December 6, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.

Version 0.21.0 (October 20, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.

Version 0.20.0 (August 31, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.

Version 0.19.0 (July 14, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.

Version 0.18.0 (June 30, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.

Version 0.15.0 (February 3, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.

2022

Versions 0.14.0 — 0.9.0

Version 0.14.0 (December 28, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.

Version 0.13.0 (November 21, 2022)

Changes:

  • The minimum supported iOS version is 12.0.
  • The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.

Version 0.12.0 (August 23, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.

Version 0.10.0 (July 6, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.

Version 0.9.0 (June 28, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.1.

Mobile Mediation

Digital Turbine (ex. AdColony)

2024

Version 4.9.0.21 (September 9, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.

Version 4.9.0.20 (August 23, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.

Version 4.9.0.19 (August 8, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.

Version 4.9.0.18 (August 2, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.

Version 4.9.0.17 (July 25, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.

Version 4.9.0.16 (July 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.

Version 4.9.0.15 (July 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.

Version 4.9.0.14 (June 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.

Version 4.9.0.13 (May 29, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.

Version 4.9.0.12 (April 18, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.

Version 4.9.0.11 (April 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.

Version 4.9.0.10 (March 5, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.

Version 4.9.0.9 (February 12, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.

2023

Version 4.9.0.8 (December 18, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.

Version 4.9.0.7 (December 6, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.

Version 4.9.0.6 (October 20, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.

Version 4.9.0.5 (August 31, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.

Version 4.9.0.4 (July 14, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.

Version 4.9.0.3 (June 30, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.

Version 4.9.0.2 (May 25, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
  • The minimum supported version of the Digital Turbine SDK is 4.9.0.

AppLovin

2025

Version 13.3.1.3 (December 3, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.

Version 13.3.1.2 (November 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.

Version 13.3.1.1 (October 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.

Version 13.3.1.0 (September 17, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.

Version 13.1.0.4 (July 22, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.

Version 13.1.0.3 (June 24, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.

Version 13.1.0.2 (June 19, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.

Version 13.1.0.1 (May 29, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.

Version 13.1.0.0 (May 12, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
  • The minimum supported version of the AppLovin SDK is 13.1.0.

Version 13.0.1.5 (April 2, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.

Version 13.0.1.4 (March 11, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.

Version 13.0.1.3 (February 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.

Version 13.0.1.2 (February 6, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.

Version 13.0.1.1 (January 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.

2024

Version 13.0.1.0 (December 13, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
  • The minimum supported version of the AppLovin SDK is 13.0.1.

Version 12.6.1.5 (November 15, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.

Version 12.6.1.4 (November 11, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.

Version 12.6.1.3 (October 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.

Version 12.6.1.2 (September 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.

Version 12.6.1.1 (September 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.

Version 12.6.1.0 (September 9, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
  • The minimum supported version of the AppLovin SDK is 12.6.1.

Version 12.6.0.0 (August 23, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
  • The minimum supported version of the AppLovin SDK is 12.6.0.

Version 12.5.0.5 (August 8, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.

Version 12.5.0.4 (August 2, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.

Version 12.5.0.3 (July 25, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.

Version 12.5.0.2 (July 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.

Version 12.5.0.1 (July 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.

Version 12.5.0.0 (June 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
  • The minimum supported version of the AppLovin SDK is 12.5.0.

Version 12.3.1.2 (May 29, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.

Version 12.3.1.1 (April 18, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.

Version 12.3.1.0 (April 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
  • The minimum supported version of the AppLovin SDK is 12.3.1.

Version 12.1.0.2 (March 5, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.

Version 12.1.0.1 (February 12, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.

2023

Version 12.1.0.0 (December 18, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
  • The minimum supported version of the AppLovin SDK is 12.1.0.

Version 11.11.4.0 (December 6, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
  • The minimum supported version of the AppLovin SDK is 11.11.4.

Version 11.11.3.1 (October 20, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
  • The minimum supported version of the AppLovin SDK is 11.11.3.

Version 11.11.2.0 (August 31, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
  • The minimum supported version of the AppLovin SDK is 11.11.2.

Version 11.10.1.1 (July 14, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.

Version 11.10.1.0 (June 30, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
  • The minimum supported version of the AppLovin SDK is 11.10.1.

Version 11.9.0.0 (May 25, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
  • The minimum supported version of the AppLovin SDK is 11.9.0.

Version 11.8.2.0 (May 12, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
  • The minimum supported version of the AppLovin SDK is 11.8.2.

Version 11.6.1.0 (February 3, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
  • The minimum supported version of the AppLovin SDK is 11.6.1.

2022

Versions 5.5.0 — 5.0.0-alpha.1

Version 11.6.0.0 (December 28, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
  • The minimum supported version of the AppLovin SDK is 11.6.0.

Version 11.5.5.0 (November 21, 2022)

Changes:

  • The minimum supported iOS version is 12.0.
  • The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
  • The minimum supported version of the AppLovin SDK is 11.5.5.

Version 11.4.3.0 (August 23, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
  • The minimum supported version of the AppLovin SDK is 11.4.3.

Version 11.4.2.0 (July 6, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
  • The minimum supported version of the AppLovin SDK is 11.4.2.

Version 11.3.2.0 (April 14, 2022)

Changes:

  • The minimum supported version of the AppLovin SDK is 11.3.2.

Version 11.0.0.0 (March 8, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
  • The minimum supported version of the AppLovin SDK is 11.0.0.

BIGO Ads

2025

Version 4.6.0.13 (December 3, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.

Version 4.6.0.12 (November 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.

Version 4.6.0.11 (October 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.

2025

Version 4.6.0.10 (September 17, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.

Version 4.6.0.9 (July 22, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.

Version 4.6.0.8 (June 24, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.

Version 4.6.0.7 (June 19, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.

Version 4.6.0.6 (May 29, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.

Version 4.6.0.5 (May 12, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.

Version 4.6.0.4 (April 2, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.

Version 4.6.0.3 (March 11, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.

Version 4.6.0.2 (February 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.

Version 4.6.0.1 (February 6, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.

Version 4.6.0.0 (January 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
  • The minimum supported version of the BigoAds SDK is 4.6.0.

2024

Version 4.5.1.0 (December 13, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
  • The minimum supported version of the BIGO Ads SDK is 4.5.1.

Version 4.2.3.12 (November 15, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.

Version 4.2.3.11 (November 11, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.

Version 4.2.3.10 (October 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.

Version 4.2.3.9 (September 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.

Version 4.2.3.8 (September 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.

Version 4.2.3.7 (September 9, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.

Version 4.2.3.6 (August 23, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.

Version 4.2.3.5 (August 8, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.

Version 4.2.3.4 (August 2, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.

Version 4.2.3.3 (July 25, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.

Version 4.2.3.2 (July 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.

Version 4.2.3.1 (July 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.

Version 4.2.3.0 (June 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
  • The minimum supported version of the BIGO Ads SDK is 4.2.3.

Version 4.2.1.2 (May 29, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.

Version 4.2.1.1 (April 18, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.

Version 4.2.1.0 (April 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
  • The minimum supported version of the BIGO Ads SDK is 4.2.1.

Version 4.2.0.1 (March 5, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.

Version 4.2.0.0 (February 12, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
  • The minimum supported version of the BIGO Ads SDK is 4.2.0.

2023

Version 4.0.4.2 (December 18, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.

Version 4.0.4.1 (December 6, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.

Version 4.0.4.0 (October 20, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
  • The minimum supported version of the BIGO Ads SDK is 4.0.4.

Chartboost

2025

Version 9.9.2.3 (December 3, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.

Version 9.9.2.2 (November 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.

Version 9.9.2.1 (October 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.

Version 9.9.2.0 (September 17, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.

Version 9.8.1.4 (July 22, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.

Version 9.8.1.3 (June 24, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.

Version 9.8.1.2 (June 19, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.

Version 9.8.1.1 (May 29, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.

Version 9.8.1.0 (May 12, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
  • The minimum supported version of the Chartboost SDK is 9.8.1.

Version 9.8.0.6 (April 2, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.

Version 9.8.0.5 (March 7, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.

Version 9.8.0.4 (February 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.

Version 9.8.0.3 (February 6, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.

Version 9.8.0.2 (January 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.

2024

Version 9.8.0.1 (December 13, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.

Version 9.8.0.0 (November 15, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
  • The minimum supported version of the Chartboost SDK is 9.8.0.

Version 9.7.0.14 (November 11, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.

Version 9.7.0.13 (October 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.

Version 9.7.0.12 (September 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.

Version 9.7.0.11 (September 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.

Version 9.7.0.10 (September 9, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.

Version 9.7.0.9 (August 23, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.

Version 9.7.0.8 (August 8, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.

Version 9.7.0.7 (August 2, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.

Version 9.7.0.6 (July 25, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.

Version 9.7.0.5 (July 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.

Version 9.7.0.4 (July 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.

Version 9.7.0.3 (June 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.

Version 9.7.0.2 (May 29, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.

Version 9.7.0.1 (April 18, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.

Version 9.7.0.0 (April 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
  • The minimum supported version of the Chartboost SDK is 9.7.0.

Version 9.6.0.1 (March 5, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.

Version 9.6.0.0 (February 12, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
  • The minimum supported version of the Chartboost SDK is 9.6.0.

2023

Version 9.5.1.1 (December 18, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.

Version 9.5.1.1 (December 6, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
  • The minimum supported version of the Chartboost SDK is 9.5.1.

Version 9.4.0.1 (October 20, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.

Version 9.4.0.0 (August 31, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
  • The minimum supported version of the Chartboost SDK is 9.4.0.

Version 9.3.1.0 (July 14, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
  • The minimum supported version of the Chartboost SDK is 9.3.1.

Version 9.3.0.1 (June 30, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.

Version 9.3.0.0 (May 25, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
  • The minimum supported version of the Chartboost SDK is 9.3.0.

Google

2025

Version 12.2.0.8 (December 3, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.

Version 12.2.0.7 (November 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.

Version 12.2.0.6 (October 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.

Version 12.2.0.5 (September 17, 2025)

Changes:

  • The minimum supported version of Yandex Mobile Ads SDK is 7.16.0.

Version 12.2.0.4 (July 22, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.

Version 12.2.0.2 (June 19, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.

Version 12.2.0.1 (May 29, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.

Version 12.2.0.0 (May 12, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
  • The minimum supported version of the Google Mobile Ads SDK is 12.2.0.

Version 11.12.0.5 (April 2, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.

Version 11.12.0.4 (March 11, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.

Version 11.12.0.3 (February 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.

Version 11.12.0.2 (February 6, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.

Version 11.12.0.1 (January 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.

2024

Version 11.12.0.0 (December 13, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
  • The minimum supported version of the Google Mobile Ads SDK is 11.12.0.

Version 11.10.0.2 (November 15, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.

Version 11.10.0.1 (November 11, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.

Version 11.10.0.0 (October 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
  • The minimum supported version of the Google Mobile Ads SDK is 11.10.0.

Version 11.7.0.3 (September 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.

Version 11.7.0.2 (September 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.

Version 11.7.0.1 (September 9, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.

Version 11.7.0.0 (August 23, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
  • The minimum supported version of the Google Mobile Ads SDK is 11.7.0.

Version 11.3.0.5 (August 8, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.

Version 11.3.0.4 (August 2, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.

Version 11.3.0.3 (July 25, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.

Version 11.3.0.2 (July 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.

Version 11.3.0.1 (July 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.

Version 11.3.0.0 (June 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
  • The minimum supported version of the Google Mobile Ads SDK is 11.3.0.

Version 11.2.0.2 (May 29, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.

Version 11.2.0.1 (April 18, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.

Version 11.2.0.0 (April 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
  • The minimum supported version of the Google Mobile Ads SDK is 11.2.0.

Version 10.14.0.2 (March 5, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.

Version 10.14.0.1 (February 12, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.

2023

Version 10.14.0.0 (December 18, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
  • The minimum supported version of the Google Mobile Ads SDK is 10.14.0.

Version 10.13.0.0 (December 6, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
  • The minimum supported version of the Google Mobile Ads SDK is 10.13.0.

Version 10.12.0.0 (October 20, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
  • The minimum supported version of the Google Mobile Ads SDK is 10.12.0.

Version 10.9.0.0 (August 31, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
  • The minimum supported version of the Google Mobile Ads SDK is 10.9.0.
  • The adapter name changed to "GoogleYandexMobileAdsAdapters".

Version 10.7.0.0 (July 14, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
  • The minimum supported version of the Google Mobile Ads SDK is 10.7.0.

Version 10.6.0.0 (June 30, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
  • The minimum supported version of the Google Mobile Ads SDK is 10.6.0.

Version 10.4.0.0 (May 25, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
  • The minimum supported version of the Google Mobile Ads SDK is 10.4.0.

Version 10.3.0.0 (May 12, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
  • The minimum supported version of the Google Mobile Ads SDK is 10.3.0.

2022

Versions 9.14.0.0 — 9.0.0.0

Version 9.14.0.0 (December 28, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
  • The minimum supported version of the Google Mobile Ads SDK is 9.14.0.

Version 9.13.0.0 (November 21, 2022)

Changes:

  • The minimum supported iOS version is 12.0.
  • The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
  • The minimum supported version of the Google Mobile Ads SDK is 9.13.0.

Version 9.9.0.0 (August 23, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
  • The minimum supported version of the Google Mobile Ads SDK is 9.9.0.

Version 9.6.0.0 (July 6, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
  • The minimum supported version of the Google Mobile Ads SDK is 9.2.0.

Version 9.2.0.0 (April 14, 2022)

Changes:

  • The minimum supported version of the Google Mobile Ads SDK is 9.2.0.

Version 9.0.0.0 (March 8, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
  • The minimum supported version of the Google Mobile Ads SDK is 9.0.0.

InMobi

2025

Version 10.8.6.3 (December 3, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.

Version 10.8.6.2 (November 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.

Version 10.8.6.1 (October 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.

Version 10.8.6.0 (September 17, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.

Version 10.7.8.13 (July 22, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.

Version 10.7.8.12 (June 24, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.

Version 10.7.8.11 (June 19, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.

Version 10.7.8.10 (May 29, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.

Version 10.7.8.9 (May 12, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.

Version 10.7.8.8 (April 2, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.

Version 10.7.8.7 (March 11, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.

Version 10.7.8.6 (February 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.

Version 10.7.8.5 (February 6, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.

Version 10.7.8.4 (January 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.

2024

Version 10.7.8.3 (December 13, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.

Version 10.7.8.2 (November 15, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.

Version 10.7.8.1 (November 11, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.

Version 10.7.8.0 (October 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
  • The minimum supported version of the InMobi SDK is 10.7.8.

Version 10.7.5.2 (September 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.

Version 10.7.5.1 (September 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.

Version 10.7.5.0 (September 9, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
  • The minimum supported version of the InMobi SDK is 10.7.5.

Version 10.7.4.4 (August 23, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.

Version 10.7.4.3 (August 8, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.

Version 10.7.4.2 (August 2, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.

Version 10.7.4.1 (July 25, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.

Version 10.7.4.0 (July 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
  • The minimum supported version of the InMobi SDK is 10.7.4.

Version 10.5.5.11 (July 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.

Version 10.5.5.10 (June 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.

Version 10.5.5.9 (May 29, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.

Version 10.5.5.8 (April 18, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.

Version 10.5.5.7 (April 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.

Version 10.5.5.6 (March 5, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.

Version 10.5.5.5 (February 12, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.

2023

Version 10.5.5.4 (December 18, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.

Version 10.5.5.3 (December 6, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.

Version 10.5.5.2 (October 20, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.

Version 10.5.5.1 (August 31, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
  • The minimum supported version of the InMobi SDK is 10.5.5.

IronSource

2025

Version 8.11.0.2 (December 3, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.

Version 8.11.0.1 (November 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.

Version 8.11.0.0 (October 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.
  • The minimum supported version of the IronSource SDK is 8.11.0.0.

Version 8.10.0.0 (September 17, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.

Version 8.7.0.4 (July 22, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.

Version 8.7.0.3 (June 24, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.

Version 8.7.0.2 (June 19, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.

Version 8.7.0.1 (May 29, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.

Version 8.7.0.0 (May 12, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
  • The minimum supported version of the IronSource SDK is 8.7.0.0.

Version 8.5.0.5 (April 2, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.

Version 8.5.0.4 (March 11, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.

Version 8.5.0.3 (February 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.

Version 8.5.0.2 (February 6, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.

Version 8.5.0.1 (January 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.

2024

Version 8.5.0.0 (December 13, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
  • The minimum supported version of the IronSource SDK is 8.5.0.

Version 8.4.0.2 (November 15, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.

Version 8.4.0.1 (November 11, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.

Version 8.4.0.0 (October 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
  • The minimum supported version of the IronSource SDK is 8.4.0.

Version 8.3.0.2 (September 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.

Version 8.3.0.1 (September 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.

Version 8.3.0.0 (September 9, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
  • The minimum supported version of the IronSource SDK is 8.3.0.

Version 8.2.0.3 (August 23, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.

Version 8.2.0.2 (August 8, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.

Version 8.2.0.1 (August 2, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.

Version 8.2.0.0 (July 25, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
  • The minimum supported version of the IronSource SDK is 8.2.0.

Version 8.1.0.2 (July 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.

Version 8.1.0.1 (July 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.

Version 8.1.0.0 (June 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
  • The minimum supported version of the IronSource SDK is 8.1.0.0.

Version 7.9.1.2 (May 29, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.

Version 7.9.1.1 (April 18, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.

Version 7.9.1.0 (April 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
  • The minimum supported version of the IronSource SDK is 7.9.1.0.

Version 7.7.0.1 (March 5, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.

Version 7.7.0.0 (February 12, 2024)

Changes:

  • Added support for banner ads.
  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
  • The minimum supported version of the IronSource SDK is 7.7.0.0.

2023

Version 7.6.0.0 (December 18, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
  • The minimum supported version of the IronSource SDK is 7.6.0.0.

Version 7.5.1.0 (December 6, 2023)

Changes:

  • Added support for banner ads.
  • The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
  • The minimum supported version of the IronSource SDK is 7.5.1.0.

Version 7.5.0.1 (October 20, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
  • The minimum supported version of the IronSource SDK is 7.5.0.0.

Version 7.4.0.0 (August 31, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
  • The minimum supported version of the IronSource SDK is 7.4.0.0.

Version 7.3.0.3 (July 14, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.

Version 7.3.0.2 (June 30, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.

Version 7.3.0.1 (May 25, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.

Version 7.3.0.0 (May 12, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
  • The minimum supported version of the IronSource SDK is 7.3.0.0.

Version 7.2.7.0 (February 3, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
  • The minimum supported version of the IronSource SDK is 7.2.7.0.

2022

Versions 7.2.5.1 — 7.1.4.1

Version 7.2.5.1 (December 28, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.

Version 7.2.5.0 (November 21, 2022)

Changes:

  • The minimum supported iOS version is 12.0.
  • The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
  • The minimum supported version of the IronSource SDK is 7.2.5.1.

Version 7.2.4.0 (August 23, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
  • The minimum supported version of the IronSource SDK is 7.2.4.0.

Version 7.2.2.0 (July 6, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
  • The minimum supported version of the IronSource SDK is 7.2.2.0.

Version 7.2.1.2 (April 14, 2022)

Changes:

  • The minimum supported version of the IronSource SDK is 7.2.1.2.

Version 7.1.4.1 (March 8, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.

Mintegral

2025

Version 7.7.9.3 (December 3, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.

Version 7.7.9.2 (November 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.

Version 7.7.9.1 (October 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.

Version 7.7.9.0 (September 17, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.

Version 7.7.7.4 (July 22, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.

Version 7.7.7.3 (June 24, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.

Version 7.7.7.2 (June 19, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.

Version 7.7.7.1 (May 29, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.

Version 7.7.7.0 (May 12, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
  • The minimum supported version of the Mintegral SDK is 7.7.7.

Version 7.7.3.8 (April 2, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.

Version 7.7.3.7 (March 11, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.

Version 7.7.3.6 (February 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.

Version 7.7.3.5 (February 6, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.

Version 7.7.3.4 (January 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.

2024

Version 7.7.3.3 (December 13, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.

Version 7.7.3.2 (November 15, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.

Version 7.7.3.1 (November 11, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.

Version 7.7.3.0 (October 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
  • The minimum supported version of the Mintegral SDK is 7.7.3.

Version 7.6.9.3 (September 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.

Version 7.6.9.2 (September 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.

Version 7.6.9.1 (September 9, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.

Version 7.6.9.0 (August 23, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
  • The minimum supported version of the Mintegral SDK is 7.6.9.

Version 7.6.7.3 (August 8, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.

Version 7.6.7.2 (August 2, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.

Version 7.6.7.1 (July 25, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.

Version 7.6.7.0 (July 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
  • The minimum supported version of the Mintegral SDK is 7.6.7.
  • Added support for native ads.

Version 7.6.4.1 (July 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.

Version 7.6.4.0 (June 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
  • The minimum supported version of the Mintegral SDK is 7.6.4.

Version 7.5.9.2 (May 29, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.

Version 7.5.9.1 (April 18, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.

Version 7.5.9.0 (April 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
  • The minimum supported version of the Mintegral SDK is 7.5.9.

Version 7.5.6.1 (March 5, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.

Version 7.5.6.0 (February 12, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
  • The minimum supported version of the Mintegral SDK is 7.5.6.

2023

Version 7.5.1.0 (December 18, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
  • The minimum supported version of the Mintegral SDK is 7.5.1.

Version 7.4.7.1 (December 6, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.

Version 7.4.7.0 (October 20, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
  • The minimum supported version of the Mintegral SDK is 7.4.7.

Version 7.4.2.0 (August 31, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
  • The minimum supported version of the Mintegral SDK is 7.4.2.

Version 7.3.9.0 (July 14, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
  • The minimum supported version of the Mintegral SDK is 7.3.9.

Version 7.3.8.0 (June 30, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
  • The minimum supported version of the Mintegral SDK is 7.3.8.

Version 7.3.5.0 (May 25, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
  • The minimum supported version of the Mintegral SDK is 7.3.5.

Version 7.3.4.0 (May 12, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
  • The minimum supported version of the Mintegral SDK is 7.3.4.

Version 7.2.9.0 (February 3, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
  • The minimum supported version of the Mintegral SDK is 7.2.9.

2022

Versions 7.2.8.0 — 7.1.0.0

Version 7.2.8.0 (December 28, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
  • The minimum supported version of the Mintegral SDK is 7.2.8.

Version 7.2.6.0 (November 21, 2022)

Changes:

  • The minimum supported iOS version is 12.0.
  • The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
  • The minimum supported version of the Mintegral SDK is 7.2.6.

Version 7.1.9.0 (August 23, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.

Version 7.1.7.0 (July 6, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.

Version 7.1.0.0 (May 25, 2022)

Changes:

  • The minimum supported version of the Mintegral SDK is 7.1.0.
  • The minimum supported version of the Yandex Mobile Ads SDK is 5.0.2.

Pangle

2026

Version 7.9.0.0 (May 5, 2026)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 8.0.0.

zMaticoo

2026

Version 1.5.6.0 (May 5, 2026)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 8.0.0.

Start.io

2025

Version 4.10.4.21 (December 3, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.

Version 4.10.4.20 (November 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.

Version 4.10.4.19 (October 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.

Version 4.10.4.18 (September 17, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.

Version 4.10.4.17 (July 22, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.

Version 4.10.4.16 (June 24, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.

Version 4.10.4.15 (June 19, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.

Version 4.10.4.14 (May 29, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.

Version 4.10.4.13 (May 12, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.

Version 4.10.4.12 (April 2, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.

Version 4.10.4.11 (March 11, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.

Version 4.10.4.10 (February 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.

Version 4.10.4.9 (February 6, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.

Version 4.10.4.8 (January 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.

2024

Version 4.10.4.7 (December 13, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.

Version 4.10.4.6 (November 15, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.

Version 4.10.4.5 (November 11, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.

Version 4.10.4.4 (October 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.

Version 4.10.4.3 (September 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.

Version 4.10.4.2 (September 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.

Version 4.10.4.1 (September 9, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.

Version 4.10.4.0 (August 23, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
  • The minimum supported version of the Start.io SDK is 4.10.4.

Version 4.10.3.5 (August 8, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.

Version 4.10.3.4 (August 2, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.

Version 4.10.3.3 (July 25, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.

Version 4.10.3.2 (July 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.

Version 4.10.3.1 (July 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.

Version 4.10.3.0 (June 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
  • The minimum supported version of the Start.io SDK is 4.10.3.

Version 4.10.2.5 (May 29, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.

Version 4.10.2.4 (April 18, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.

Version 4.10.2.3 (April 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.

Version 4.10.2.2 (March 5, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.

Version 4.10.2.1 (February 12, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.

2023

Version 4.10.2.0 (December 18, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
  • The minimum supported version of the Start.io SDK is 4.10.2.

Version 4.10.0.1 (December 6, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.

Version 4.10.0.0 (October 20, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.

Version 4.10.0.0 (August 31, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
  • The minimum supported version of the Start.io SDK is 4.10.0.

2022

Versions 4.7.3.0 — 4.7.0.0

Version 4.7.3.0 (August 23, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
  • The minimum supported version of the Start.io SDK is 4.7.3.

Version 4.7.0.1 (July 6, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.

Version 4.7.0.0 (March 8, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
  • The minimum supported version of the Start.io SDK is 4.7.0.

Liftoff (ex. Vungle)

2025

Version 7.4.2.14 (December 3, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.

Version 7.4.2.13 (November 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.

Version 7.4.2.12 (October 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.

Version 7.4.2.11 (September 17, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.

Version 9.9.2.0 (September 17, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.

Version 7.4.2.10 (July 22, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.

Version 7.4.2.9 (June 24, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.

Version 7.4.2.8 (June 19, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.

Version 7.4.2.7 (May 29, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.

Version 7.4.2.6 (May 12, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.

Version 7.4.2.5 (April 2, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.

Version 7.4.2.4 (March 11, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.

Version 7.4.2.3 (February 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.

Version 7.4.2.2 (February 6, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.

Version 7.4.2.1 (January 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.

2024

Version 7.4.2.0 (December 13, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
  • The minimum supported version of the VungleAds SDK is 7.4.2.

Version 7.4.1.4 (November 15, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.

Version 7.4.1.3 (November 11, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.

Version 7.4.1.2 (October 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.

Version 7.4.1.1 (September 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.

Version 7.4.1.0 (September 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
  • The minimum supported version of the VungleAds SDK is 7.4.1.

Version 7.4.0.5 (September 9, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.

Version 7.4.0.4 (August 23, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.

Version 7.4.0.3 (August 8, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.

Version 7.4.0.2 (August 2, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.

Version 7.4.0.1 (July 25, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.

Version 7.4.0.0 (July 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
  • The minimum supported version of the VungleAds SDK is 7.4.0.

Version 7.3.2.1 (July 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.

Version 7.3.2.0 (June 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
  • The minimum supported version of the Vungle Ads SDK is 7.3.2.

Unity Ads

2025

Version 4.16.1.3 (December 3, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.

Version 4.16.1.2 (November 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.

Version 4.16.1.1 (October 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.

Version 4.16.1.0 (September 17, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.

Version 4.12.4.10 (July 22, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.

Version 4.12.4.9 (June 24, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.

Version 4.12.4.8 (June 19, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.

Version 4.12.4.7 (May 29, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.

Version 4.12.4.6 (May 12, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.

Version 4.12.4.5 (April 2, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.

Version 4.12.4.4 (March 11, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.

Version 4.12.4.3 (February 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.

Version 4.12.4.2 (February 6, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.

Version 4.12.4.1 (January 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.

2024

Version 4.12.4.0 (December 13, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
  • The minimum supported version of the Unity Ads SDK is 4.12.4.

Version 4.12.3.2 (November 15, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.

Version 4.12.3.1 (November 11, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.

Version 4.12.3.0 (October 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
  • The minimum supported version of the Unity Ads SDK is 4.12.3.

Version 4.12.2.3 (September 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.

Version 4.12.2.2 (September 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.

Version 4.12.2.1 (September 9, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.

Version 4.12.2.0 (August 23, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
  • The minimum supported version of the Unity Ads SDK is 4.12.2.

Version 4.12.1.3 (August 8, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.

Version 4.12.1.2 (August 2, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.

Version 4.12.1.1 (July 25, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.

Version 4.12.1.0 (July 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
  • The minimum supported version of the Unity Ads SDK is 4.12.1.

Version 4.11.3.1 (July 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.

Version 4.11.3.0 (June 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
  • The minimum supported version of the Unity Ads SDK is 4.11.3.

Version 4.9.3.2 (May 29, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.

Version 4.9.3.1 (April 18, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.

Version 4.9.3.0 (April 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
  • The minimum supported version of the Unity Ads SDK is 4.9.3.

Version 4.9.2.2 (March 5, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.

Version 4.9.2.1 (February 12, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.

2023

Version 4.9.2.0 (December 18, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
  • The minimum supported version of the Unity Ads SDK is 4.9.2.

Version 4.9.1.0 (December 6, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
  • The minimum supported version of the Unity Ads SDK is 4.9.1.

Version 4.9.0.0 (October 20, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
  • The minimum supported version of the Unity Ads SDK is 4.9.0.

Version 4.8.0.1 (August 31, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.

Version 4.8.0.0 (July 14, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
  • The minimum supported version of the Unity Ads SDK is 4.8.0.

Version 4.7.1.1 (June 30, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.

Version 4.7.1.0 (May 25, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
  • The minimum supported version of the Unity Ads SDK is 4.7.1.

Version 4.6.1.0 (May 12, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
  • The minimum supported version of the Unity Ads SDK is 4.6.1.

Version 4.5.0.0 (February 3, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
  • The minimum supported version of the Unity Ads SDK is 4.5.0.

2022

Versions 4.4.1.1 — 4.0.0.0

Version 4.4.1.1 (December 28, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.

Version 4.4.1.0 (November 21, 2022)

Changes:

  • The minimum supported iOS version is 12.0.
  • The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
  • The minimum supported version of the Unity Ads SDK is 4.4.1.

Version 4.3.0.0 (August 23, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
  • The minimum supported version of the Unity Ads SDK is 4.3.0.

Version 4.2.1.0 (July 6, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
  • The minimum supported version of the Unity Ads SDK is 4.2.1.

Version 4.1.0.0 (April 14, 2022)

Changes:

  • The minimum supported version of the Unity Ads SDK is 4.1.0.

Version 4.0.0.0 (March 8, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
  • The minimum supported version of the Unity Ads SDK is 4.0.0.

//: # (VK Ads (ex. myTarget))

VK Ads (ex. myTarget)

2025

Version 5.28.0.8 (December 3, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.

Version 5.28.0.7 (November 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.

Version 5.28.0.6 (October 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.

Version 5.28.0.5 (September 17, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.

Version 5.28.0.4 (July 22, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.

Version 5.28.0.3 (June 24, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.

Version 5.28.0.1 (June 19, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.

Version 5.28.0.1 (May 29, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.

Version 5.28.0.0 (May 12, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
  • The minimum supported version of the myTarget SDK is 5.28.0.

Version 5.26.0.0 (April 2, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.

Version 5.22.0.4 (March 11, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.

Version 5.22.0.3 (February 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.

Version 5.22.0.2 (February 6, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.

Version 5.22.0.1 (January 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.

2024

Version 5.22.0.0 (December 13, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
  • The minimum supported version of the myTarget SDK is 5.22.0.

Version 5.21.7.5 (November 15, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.

Version 5.21.7.4 (November 11, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.

Version 5.21.7.3 (October 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.

Version 5.21.7.2 (September 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.

Version 5.21.7.1 (September 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.

Version 5.21.7.0 (September 9, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
  • The minimum supported version of the myTarget SDK is 5.21.7.

Version 5.21.6.0 (August 23, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
  • The minimum supported version of the myTarget SDK is 5.21.6.

Version 5.21.5.2 (August 8, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.

Version 5.21.5.1 (August 2, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.

Version 5.21.5.0 (July 25, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
  • The minimum supported version of the myTarget SDK is 5.21.5.

Version 5.21.4.0 (July 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
  • The minimum supported version of the myTarget SDK is 5.21.4.

Version 5.21.2.1 (July 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.

Version 5.21.2.0 (June 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
  • The minimum supported version of the myTarget SDK is 5.21.2.

Version 5.21.1.2 (May 29, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.

Version 5.21.1.1 (April 18, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.

Version 5.21.1.0 (April 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
  • The minimum supported version of the myTarget SDK is 5.21.1.

Version 5.20.1.1 (March 5, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.

Version 5.20.1.0 (February 12, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
  • The minimum supported version of the myTarget SDK is 5.20.1.

2023

Version 5.20.0.0 (December 18, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
  • The minimum supported version of the VK Ads SDK is 5.20.0.

Version 5.19.0.2 (December 6, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.

Version 5.19.0.1 (October 20, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
  • The minimum supported version of the VK Ads SDK is 5.19.0.

Version 5.18.0.1 (August 31, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
  • The minimum supported version of the VK Ads SDK is 5.18.0.

Version 5.17.5.1 (July 14, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.

Version 5.17.5.0 (June 30, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
  • The minimum supported version of the VK Ads SDK is 5.17.5.

Version 5.17.4.1 (May 25, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.

Version 5.17.4.0 (May 12, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
  • The minimum supported version of the VK Ads SDK is 5.17.4.

Version 5.17.2.0 (February 3, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
  • The minimum supported version of the VK Ads SDK is 5.17.2.

2022

Versions 5.17.1.0 — 5.14.4.0

Version 5.17.1.0 (December 28, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
  • The minimum supported version of the VK Ads SDK is 5.17.1.

Version 5.17.0.0 (November 21, 2022)

Changes:

  • The minimum supported iOS version is 12.0.
  • The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
  • The minimum supported version of the VK Ads SDK is 5.17.0.

Version 5.15.2.1 (August 23, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.

Version 5.15.2.0 (July 6, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
  • The minimum supported version of the VK Ads SDK is 5.15.2.

Version 5.15.1.0 (April 14, 2022)

Changes:

  • The minimum supported version of the VK Ads SDK is 5.15.1.

Version 5.14.4.0 (March 8, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
  • The minimum supported version of the VK Ads SDK is 5.14.4.

Adapters for third-party mediation platforms

Google AdMob

2025

Version 7.18.0.0 (December 3, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.

Version 7.17.0.0 (November 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.

Version 7.16.2.0 (October 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.

Version 7.16.0.0 (September 17, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.

Version 7.15.0.0 (July 22, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.

Version 7.14.1.0 (June 24, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.

Version 7.14.0.0 (June 19, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.

Version 7.13.0.0 (May 29, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.

Version 7.12.3.0 (May 12, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
  • The minimum supported version of Google Mobile Ads is 12.2.0.

Version 7.12.0.0 (April 2, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.

Version 7.11.0.0 (March 11, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.

Version 7.10.1.0 (February 14, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.

Version 7.10.0.0 (February 6, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.

Version 7.9.0.0 (January 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.

2024

Version 7.8.0.0 (December 13, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
  • The minimum supported version of Google Mobile Ads is 11.12.0.

Version 7.7.0.0 (November 15, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.

Version 7.6.1.0 (November 11, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.

Version 7.6.0.0 (October 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
  • The minimum supported version of Google Mobile Ads is 11.10.0.

Version 7.5.1.0 (September 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.

Version 7.5.0.0 (September 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.

Version 7.4.1.0 (September 9, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.

Version 7.4.0.0 (August 23, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
  • The minimum supported version of Google Mobile Ads is 11.7.0.

Version 7.3.2.0 (August 8, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.

Version 7.3.1.0 (August 2, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.

Version 7.3.0.0 (July 25, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.

Version 7.2.0.0 (July 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.

Version 7.1.1.0 (July 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.

Version 7.1.0.0 (June 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
  • The minimum supported version of the Google Mobile Ads SDK is 11.3.0.

Version 7.0.2.0 (May 29, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.

Version 7.0.1.0 (April 18, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.

Version 7.0.0.0 (April 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
  • The minimum supported version of the Google Mobile Ads SDK is 11.2.0.

Version 6.4.1.0 (March 5, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.

Version 6.4.0.0 (February 12, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.

2023

Version 6.3.0.0 (December 18, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
  • The minimum supported version of the Google Mobile Ads SDK is 10.14.0.

Version 6.2.0.0 (December 6, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
  • The minimum supported version of the Google Mobile Ads SDK is 10.13.0.

Version 6.1.0.0 (October 20, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
  • The minimum supported version of the Google Mobile Ads SDK is 10.12.0.

Version 6.0.0.0 (August 31, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
  • The minimum supported version of the Google Mobile Ads SDK is 10.9.0.

Version 5.9.1.0 (July 24, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.9.1.

Version 5.9.0.0 (July 14, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
  • The minimum supported version of the Google Mobile Ads SDK is 10.7.0.

Version 5.8.0.0 (June 30, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
  • The minimum supported version of the Google Mobile Ads SDK is 10.6.0.

Version 5.7.0.0 (May 25, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.

Version 5.6.0.0 (May 12, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
  • The minimum supported version of the Google Mobile Ads SDK is 10.3.0.

Version 5.5.0.0 (February 3, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.

2022

Versions 5.4.0.0 — 5.0.0.0

Version 5.4.0.0 (December 28, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
  • The minimum supported version of the Google Mobile Ads SDK is 9.14.0.

Version 5.3.0.0 (November 21, 2022)

Changes:

  • The minimum supported iOS version is 12.0.
  • The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
  • The minimum supported version of the Google Mobile Ads SDK is 9.13.0.

Version 5.2.0.0 (August 23, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
  • The minimum supported version of the Google Mobile Ads SDK is 9.9.0.

Version 5.1.0.0 (July 6, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
  • The minimum supported version of the Google Mobile Ads SDK is 9.6.0.

Version 5.0.0.1 (May 6, 2022)

Changes:

  • The minimum supported version of the Google Mobile Ads SDK is 9.2.0.

Version 5.0.0.0 (March 8, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
  • The minimum supported version of the Google Mobile Ads SDK is 9.0.0.

IronSource

2025

Warning

IronSource, the third-party mediation adapter, is no longer supported. Use the official IronSource adapter, https://github.com/ironsource-mobile/iOS-adapters/tree/master/yandex-adapter.

Version 7.9.0.0 (January 16, 2025)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.

2024

Version 7.8.0.0 (December 12, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
  • The minimum supported version of the IronSource SDK is 8.5.0.0.

Version 7.7.0.0 (November 15, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.

Version 7.6.1.0 (November 11, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.

Version 7.6.0.0 (October 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
  • The minimum supported version of the IronSource SDK is 8.4.0.0.

Version 7.5.1.0 (September 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.

Version 7.5.0.0 (September 17, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.

Version 7.4.1.0 (September 9, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
  • The minimum supported version of the IronSource SDK is 8.3.0.0.

Version 7.4.0.0 (August 23, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.

Version 7.3.2.0 (August 8, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.

Version 7.3.1.0 (August 2, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.

Version 7.3.0.0 (July 25, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
  • The minimum supported version of the IronSource SDK is 8.2.0.0.

Version 7.2.0.0 (July 19, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.

Version 7.1.1.0 (July 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.

Version 7.1.0.0 (June 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
  • The minimum supported version of the IronSource SDK is 8.1.0.0.

Version 7.0.2.0 (May 29, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.

Version 7.0.1.0 (April 18, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.

Version 7.0.0.0 (April 4, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
  • The minimum supported version of the IronSource SDK is 7.9.1.0.

Version 6.4.1.0 (March 5, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.

Version 6.4.0.0 (February 12, 2024)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
  • The minimum supported version of the IronSource SDK is 7.7.0.0.

2023

Version 6.3.0.0 (December 18, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
  • The minimum supported version of the IronSource SDK is 7.6.0.0.

Version 6.2.0.0 (December 6, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
  • The minimum supported version of the IronSource SDK is 7.5.1.0.

Version 6.1.0.0 (October 20, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
  • The minimum supported version of the IronSource SDK is 7.5.0.0.

Version 6.0.0.0 (August 31, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
  • The minimum supported version of the IronSource SDK is 7.4.0.0.

Version 5.9.1.0 (July 24, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.9.1.

Version 5.9.0.0 (July 14, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.

Version 5.8.0.0 (June 30, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.

Version 5.7.0.0 (May 25, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.

Version 5.6.0.0 (May 12, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
  • The minimum supported version of the IronSource SDK is 7.3.0.0.

Version 5.5.0.0 (February 3, 2023)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
  • The minimum supported version of the IronSource SDK is 7.2.7.0.

2022

Versions 5.4.0.0 — 5.0.0.0

Version 5.4.0.0 (December 28, 2022)

Changes:

  • Yandex Mobile Ads SDK 5.4.0 is now supported.

Version 5.3.0.0 (November 21, 2022)

Changes:

  • The minimum supported iOS version is 12.0.
  • The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
  • The minimum supported version of the IronSource SDK is 7.2.5.

Version 5.2.0.0 (August 23, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
  • The minimum supported version of the IronSource SDK is 7.2.4.

Version 5.1.0.0 (July 6, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
  • The minimum supported version of the IronSource SDK is 7.2.2.

Version 5.0.0.1 (May 6, 2022)

Changes:

  • The minimum supported version of the IronSource SDK is 7.2.1.

Version 5.0.0.0 (March 16, 2022)

Changes:

  • The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
  • The minimum supported version of the IronSource SDK is 7.2.0.