Changelog

SDK

2026

Version 8.0.0 (April 23, 2026)

Full migration guideline AI migration guideline

Added

  • Added AppOpenAdLoader.loadAd(with:) async method.

  • Added InterstitialAdLoader.loadAd(with:) async method.

  • Added NativeAd.loadImages() async method.

  • Added NativeAdLoader.loadAd(with:options:) async method.

  • Added NativeBulkAdLoader.loadAds(with:adsCount:options:) async method.

  • Added RewardedAdLoader.loadAd(with:) async method.

  • Added SliderAd.loadImages() async method.

  • Added SliderAdLoader.loadAd(with:options:) async method.

  • Added YandexAds.setAdapterIdentity(_:) method for setting mediation adapter identity. Call before YandexAds.initializeSDK().

  • Added hasVideo property to NativeAdMedia.

  • Added offerID property to Creative.

  • Added partnerText property to AdInfo.

  • Added placeID property to Creative.

  • Added class NativeAdOptions for configuring native ad loading options, including automatic image loading.

  • Added SwiftUI API for banner, interstitial, rewarded, and app open ads.

  • Added support for the Feed Ad format.

  • Added documentation on automating SKAdNetwork identifiers updates.

  • Added 8.x AI-assisted migration tool.

Updated

  • Updated minimum supported AppMetricaAdSupport version to 6.0.0.

  • Updated minimum supported AppMetricaCore version to 6.0.0.

  • Updated minimum supported AppMetricaIDSync version to 6.0.0.

  • Updated minimum supported AppMetricaLibraryAdapter version to 6.0.0.

  • Updated minimum supported DivKitBinaryCompatibilityFacade version to 5.3.0.

  • Updated SKAdNetwork identifiers list.

Breaking changes

  • Added adUnitID property to AdRequest. Now adUnitID is passed as a parameter of the AdRequest initializer, not as a separate parameter in the loading methods.

  • Class MobileAds was renamed to YandexAds.

  • Class VideoController was removed.

  • Constant kYMAAdsErrorDomain was removed.

  • Constant kYMANativeAdErrorDomain was removed.

  • Constants from YMAVersion were removed. Use MobileAds.sdkVersion instead.

  • Function AdViewDelegate.close(_:) was removed.

  • Function BannerAdSize.fixedSize(withWidth:height:) was renamed to BannerAdSize.fixed(width:height:).

  • Function BannerAdSize.inlineSize(withWidth:maxHeight:) was renamed to BannerAdSize.inline(width:maxHeight:).

  • Function BannerAdSize.stickySize(withContainerWidth:) was renamed to BannerAdSize.sticky(containerWidth:).

  • Function MobileAds.audioSessionManager is computed Property now.

  • Function MobileAds.sdkVersion was removed. Use MobileAds.version.stringValue instead.

  • Function NativeAd.bind(toSliderView:) was removed. Use SliderAd.bind(with:) instead.

  • Function NativeAdDelegate.close(_:) was removed.

  • Function NativeAdDelegate.nativeAd(_:didTrackImpressionWith:) was renamed to NativeAdDelegate.nativeAd(_:didTrackImpression:). property instead.

  • Function Rating.setRating(_:) was removed. Use property Rating.rating instead.

  • Function SliderAdDelegate.sliderAdDidClose(_:) was removed.

  • Initializer AdView(adUnitID:adSize:) was renamed to AdView(adSize:).

  • Method AdView.loadAd() was removed. Use AdView.loadAd(with:) instead.

  • Method AdViewDelegate.viewControllerForPresentingModalView() was removed.

  • Method AppOpenAdLoader.loadAd(with:) was renamed to AppOpenAdLoader.loadAd(with:completion:). The completion parameter was added replacing the delegate methods.

  • Method InterstitialAdLoader.loadAd(with:) was renamed to InterstitialAdLoader.loadAd(with:completion:). The completion parameter was added replacing the delegate methods.

  • Method NativeAd.loadImages() was renamed to NativeAd.loadImages(completionHandler:). The completionHandler parameter was added replacing the observer method.

  • Method NativeAdDelegate.viewControllerForPresentingModalView() was removed.

  • Method NativeAdLoader.loadAd(with:) was renamed to NativeAdLoader.loadAd(with:options:completion:). An optional options parameter was added. The completion parameter was also added replacing the delegate methods.

  • Method NativeBulkAdLoader.loadAds(with:adsCount:) was renamed to NativeBulkAdLoader.loadAds(with:adsCount:options:completion:). An optional options parameter was added. The completion parameter was also added replacing the delegate methods.

  • Method RewardedAdLoader.loadAd(with:) was renamed to RewardedAdLoader.loadAd(with:completion:). The completion parameter was added replacing the delegate methods.

  • Method SliderAd.loadImages() was renamed to SliderAd.loadImages(completionHandler:). The completionHandler parameter was added replacing the observer method.

  • Method SliderAdLoader.loadAd(with:) was renamed to SliderAdLoader.loadAd(with:options:completion:). An optional options parameter was added. The completion parameter was also added replacing the delegate methods.

  • Method loadBidderToken(requestConfiguration:completionHandler:) in BidderTokenLoader was renamed to loadBidderToken(request:completionHandler:).

  • Method AppOpenAdDelegate(_:didFailToShowWithError:) was renamed to AppOpenAdDelegate(_:didFailToShow:).

  • Method AppOpenAdDelegate(_:didTrackImpressionWith:) was renamed to AppOpenAdDelegate(_:didTrackImpression:).

  • Method InterstitialAdDelegate(_:didFailToShowWithError:) was renamed to InterstitialAdDelegate(_:didFailToShow:).

  • Method InterstitialAdDelegate(_:didTrackImpressionWith:) was renamed to InterstitialAdDelegate(_:didTrackImpression:).

  • Method RewardedAdDelegate(_:didFailToShowWithError:) was renamed to RewardedAdDelegate(_:didFailToShow:).

  • Method RewardedAdDelegate(_:didTrackImpressionWith:) was renamed to RewardedAdDelegate(_:didTrackImpression:).

  • Method SliderAdDelegate(_:didTrackImpressionWith:) was renamed to SliderAdDelegate(_:didTrackImpression:).

  • Properties NativeAd.adAttributes, NativeAd.creativeID, NativeAd.campaignID are removed. Use property NativeAd.adInfo.creatives instead.

  • Properties SliderAd.adAttributes, SliderAd.creativeID, SliderAd.campaignID are removed. Use property SliderAd.adInfo.creatives instead.

  • Property AdInfo.adSize is removed.

  • Property AdInfo.adUnitId was renamed to AdInfo.adUnitID.

  • Property AdInfo.data was renamed to AdInfo.extraData.

  • Property AdRequestError.adUnitId was renamed to AdRequestError.adUnitID.

  • Property AdView.adAttributes is removed. Use property AdView.adInfo.creatives instead.

  • Property AdView.adUnitID was removed. Use AdView.adInfo?.adUnitID instead after loading the ad.

  • Property AdView.info is removed. Use property AdView.adInfo.partnerText instead.

  • Property AdView.videoController was removed.

  • Property AppOpenAd.adAttributes is removed. Use property AppOpenAd.adInfo.creatives instead.

  • Property InterstitialAd.adAttributes is removed. Use property InterstitialAd.adInfo.creatives instead.

  • Property Native.info is removed. Use property Native.adInfo.partnerText instead.

  • Property RewardedAd.adAttributes is removed. Use property RewardedAd.adInfo.creatives instead.

  • Property SliderAd.info is removed. Use property SliderAd.adInfo.partnerText instead.

  • Property Version.buildMetadataIdentifiers was removed.

  • Property Version.prereleaseIdentifiers was removed.

  • Protocol VideoDelegate was removed.

  • Swift version that SDK is built with updated from 5 to 6

  • The AdErrorCode has been deleted.

  • The NativeErrorCode has been deleted.

  • The reset methods has been removed from the NativeVideoPlaybackProgressControl protocol.

  • The targetInfo field in the AdRequestTokenConfiguration and BidderTokenRequestConfiguration has been renamed to targeting. The class name of this field has been renamed from AdTargetInfo to AdTargeting.

  • The constants kYMAGenderFemale and kYMAGenderMale have been removed. Use the new Gender class.

  • The field isYandexMobileAdsError has been removed from Error and NSError.

  • The field isYandexMobileNativeAdsError has been removed from Error and NSError.

  • The fields age, gender, location, contextQuery and contextTags have been removed from AdRequest. Use the new targeting field.

  • The initializer BidderTokenLoader no longer accepts the parameter mediationNetworkName.

  • The methods MobileAds.setLocationTrackingEnabled, MobileAds.setAgeRestrictedUser have been renamed. Use MethodsYandexAds.setLocationTracking and Yandex.adssetAgeRestricted instead.

  • The methods of AppOpenAdDelegate, InterstitialAdDelegate, RewardedAdDelegate, NativeAdDelegate, SliderAdDelegate are no longer optional.

  • The previously deprecated banner AdSize property in the BidderTokenRequestConfiguration has been deleted. Use BidderTokenRequest.banner(size:targeting:parameters:).

  • The properties of NativeAdAssets class are immutable from now on.

  • The type of the warning field in NativeAdAssetshas been changed to NativeAdWarning.

  • Xcode version that SDK is built with updated from 16.4 to 26.2

  • AdRequestConfiguration was removed. Use AdRequest for all ad types.

  • AppOpenAdDelegate, InterstitialAdDelegate, RewardedAdDelegate, NativeAd, NativeAdDelegate, SliderAd, SliderAdDelegate, AdViewDelegate, NativeVideoPlaybackMuteControlDelegate, NativeVideoPlaybackProgressControl protocols are now MainActor-isolated.

  • AppOpenAdLoaderDelegate, InterstitialAdLoaderDelegate, RewardedAdLoaderDelegate, NativeAdLoaderDelegate, NativeBulkAdLoaderDelegate, SliderAdLoaderDelegate, NativeAdImageLoadingObserver protocols have been removed. The end of loading is handled via a completion handler or async/await from now on.

  • AppOpenAd, InterstitialAd, RewardedAd, NativeVideoPlaybackControls, NativeAdViewData, NativeVideoPlaybackMuteControl classes are now MainActor-isolated.

  • BidderTokenLoader.init() is removed. Use BidderTokenLoader.init(mediationNetworkName:) instead.

  • BidderTokenRequestConfiguration(adType:) is removed. Use factory methods instead: banner(size:targeting:parameters:), interstitial(targeting:parameters:), rewarded(targeting:parameters:), native(targeting:parameters:) or appOpenAd(targeting:parameters:).

  • BidderTokenRequestConfiguration class has been renamed toBidderTokenRequest.

  • MutableAdRequestConfiguration was removed. Use AdRequest instead.

  • MutableAdRequest was removed. Use AdRequest instead.

  • MutableNativeAdRequestConfiguration was removed. Use AdRequest instead.

  • MutableNativeTemplateAppearance was removed. Use NativeTemplateAppearance instead.

  • NativeAdRequestConfiguration was removed. Use AdRequest for native ads.

  • NativeBannerView class and all related classes (NativeTemplateAppearence, NativeTemplateHorizontalOffset, ButtonAppearance, ImageAppearance, LabelAppearance, RatingAppearance, SizeConstraint, SizeConstraintType) have been removed.

  • YMANativeAdView was renamed to NativeAdView.

  • YMANativeMediaView was renamed to NativeMediaView.

  • The AdView class has been renamed to BannerAdView. The AdViewDelegate protocol has been renamed to BannerAdViewDelegate. Delegate methods have been renamed accordingly — adViewDidLoad to bannerAdViewDidLoad, adViewDidFailLoading to bannerAdViewDidFailLoading, adViewDidClick to bannerAdViewDidClick, adView(_:didTrackImpression:) to bannerAdView(_:didTrackImpression:).

  • Delegate methods have been removed 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)

Additions:

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

Changes:

  • Deprecated bindAd(toSliderView:) in NativeAd. 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)

Additions:

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

Changes:

  • The minimum supported AppMetricaAdSupport version is 5.14.0.
  • The minimum supported AppMetricaCore version is 5.14.0.
  • The minimum supported AppMetricaLibraryAdapter version is 5.14.0.
  • The minimum supported DivKitBinaryCompatibilityFacade version is 5.2.1.
  • Deprecated BidderTokenRequestConfiguration(adType:). Use factory methods instead: banner(size:), interstitial(), rewarded(), native() or appOpenAd().
  • AppMetricaCrashes dependency removed.

Version 7.16.2 (October 16, 2025)

Changes:

  • Deprecated AdInfo.data. This property will be removed in next versions. Use adAttributes property of ad class instead.
  • Deprecated AdView.Info. This property will be removed in next versions. Use AdView.adAttributes instead.

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)

Additions:

  • 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)

Additions:

  • 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)

Additions:

  • 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)

Additions:

  • 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:) instead.

Version 7.5.1 (September 19, 2024)

Changes:

  • Fixed the spm incompatibility caused by DivKitBinaryCompatibilityFacade.

Version 7.5.0 (September 17, 2024)

Changes:

  • Replaced DivKit with DivkitbinarycompatibilityFacade.
  • 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)

Additions:

  • 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)

Additions:

  • 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)

Additions:

  • 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)

Additions:

  • 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)

Additions:

  • 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)

Additions:

  • 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)

Additions:

  • 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)

Additions:

  • 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.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 Yandex Mobile Ads SDK is 7.18.0.

Version 4.6.0.12 (November 14, 2025)

Changes:

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

Version 4.6.0.11 (October 16, 2025)

Changes:

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

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.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 Yandex Mobile Ads SDK is 7.18.0.

Version 12.2.0.5 (September 17, 2025)

Changes:

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

Version 12.2.0.6 (October 16, 2025)

Changes:

  • The minimum supported version of 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 Yandex Mobile Ads SDK is 7.17.0.

Version 10.8.6.1 (October 16, 2025)

Changes:

  • The minimum supported version of 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 Yandex Mobile Ads SDK is 7.18.0.

Version 8.11.0.1 (November 14, 2025)

Changes:

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

Version 8.11.0.0 (October 16, 2025)

Changes:

  • The minimum supported version of Yandex Mobile Ads SDK is 7.16.2.
  • The minimum supported version of 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 Yandex Mobile Ads SDK is 7.17.0.

Version 7.7.9.1 (October 16, 2025)

Changes:

  • The minimum supported version of 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 Yandex Mobile Ads SDK is 7.17.0.

Version 4.10.4.19 (October 16, 2025)

Changes:

  • The minimum supported version of 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 Yandex Mobile Ads SDK is 7.17.0.

Version 7.4.2.12 (October 16, 2025)

Changes:

  • The minimum supported version of 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 Yandex Mobile Ads SDK is 7.18.0.

Version 4.16.1.2 (November 14, 2025)

Changes:

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

Version 4.16.1.1 (October 16, 2025)

Changes:

  • The minimum supported version of 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 (formerly 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 Yandex Mobile Ads SDK is 7.17.0.

Version 5.28.0.6 (October 16, 2025)

Changes:

  • The minimum supported version of 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 (ex. 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 Yandex Mobile Ads SDK is 7.17.0.

Version 7.16.2.0 (October 16, 2025)

Changes:

  • The minimum supported version of 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.