Changelog
SDK
2026
Version 8.5.0 (September 10, 2026)
Breaking changes
- The minimum supported iOS version was raised to 15.0.
Version 8.4.0 (August 28, 2026)
Added
- Added
AdErrorCode. UseisYandexMobileAdsErrorto detect an error. - Added
NativeErrorCode. - Added the property
isYandexMobileAdsErrortoErrorandNSError. - Added the property
isYandexMobileNativeAdsErrortoErrorandNSError.
Changed
- Moved Feed API to the standalone
YandexMobileAdsFeedmodule.
Updated
- Updated
AppMetricaversion to 6.6.0.
Version 8.3.0 (July 27, 2026)
Updated
- Updated
AppMetricaversion to 6.5.0.
Version 8.2.1 (July 7, 2026)
Updated
- Fixed backward compatibility of the public API.
Version 8.2.0 (July 2, 2026)
Added
- Added dependency
AppMetricaCrasheswith minimum supported version6.4.0.
Updated
- Updated
AppMetricaversion to 6.4.0.
Version 8.1.0 (June 1, 2026)
Updated
- Updated minimum supported
AppMetricaAdSupport,AppMetricaCore,AppMetricaIDSync,AppMetricaLibraryAdapterversion to 6.3.0.
Version 8.0.0 (April 23, 2026)
Complete migration guide Guide to AI-assisted migration
Features:
- Added the
AppOpenAdLoader.loadAd(with:)async method. - Added the
InterstitialAdLoader.loadAd(with:)async method. - Add the
NativeAd.loadImages()async method. - Added the
NativeAdLoader.loadAd(with:options:)async method. - Added the
NativeBulkAdLoader.loadAds(with:adsCount:options:)async method. - Added the
RewardedAdLoader.loadAd(with:)async method. - Added the
SliderAd.loadImages()async method. - Added the
SliderAdLoader.loadAd(with:options:)async method. - Added the
YandexAds.setAdapterIdentity(_:)method to set the mediation adapter identifier. Call it beforeYandexAds.initializeSDK(). NativeAdMedianow includes a new property:hasVideo.Creativenow includes a new property:offerID.AdInfonow includes a new property:partnerText.Creativenow includes a new property:placeID.- Added the
NativeAdOptionsclass to configure native ad loading parameters, including automatic image loading. - Added SwiftUI API support for banner, interstitial, rewarded, and app open ads.
- Added support for feed ads.
- Added documentation for automating SKAdNetwork identifier updates.
- Added an AI tool for migrating to 8.x.
Changes:
- The minimum supported version of
AppMetricaAdSupportis now6.0.0. - The minimum supported version of
AppMetricaCoreis now6.0.0. - The minimum supported version of
AppMetricaIDSyncis now6.0.0. - The minimum supported version of
AppMetricaLibraryAdapteris now6.0.0. - The minimum supported version of
DivKitBinaryCompatibilityFacadeis now5.3.0. - Updated the list of SKAdNetwork identifiers.
Breaking changes:
- Added the
adUnitIDproperty toAdRequest.adUnitIDis now passed via theAdRequestinitializer instead of as a separate parameter in load methods. - Renamed the
MobileAdsclass toYandexAds. - Removed the
VideoControllerclass. - Removed the
kYMAAdsErrorDomainconstant. - Removed the
kYMANativeAdErrorDomainconstant. - Removed constants from
YMAVersion. UseMobileAds.sdkVersion. - Removed the
AdViewDelegate.close(_:)function. - Renamed the
BannerAdSize.fixedSize(withWidth:height:)function toBannerAdSize.fixed(width:height:). - Renamed the
BannerAdSize.inlineSize(withWidth:maxHeight:)function toBannerAdSize.inline(width:maxHeight:). - Renamed the
BannerAdSize.stickySize(withContainerWidth:)function toBannerAdSize.sticky(containerWidth:). MobileAds.audioSessionManageris now a computed property.- Removed the
MobileAds.sdkVersionfunction. UseMobileAds.version.stringValue. - Removed the
NativeAd.bind(toSliderView:)function. UseSliderAd.bind(with:)instead. - Removed the
NativeAdDelegate.close(_:)function. - Renamed the
NativeAdDelegate.nativeAd(_:didTrackImpressionWith:)function toNativeAdDelegate.nativeAd(_:didTrackImpression:). - Removed the
Rating.setRating(_:)function. Use theRating.ratingproperty. - Removed the
SliderAdDelegate.sliderAdDidClose(_:)function. - Renamed the
AdView(adUnitID:adSize:)initializer toAdView(adSize:). - Removed the
AdView.loadAd()method. UseAdView.loadAd(with:). - Removed the
AdViewDelegate.viewControllerForPresentingModalView()method. - Renamed the
AppOpenAdLoader.loadAd(with:)method toAppOpenAdLoader.loadAd(with:completion:). The “completion” parameter replaces delegate methods. - Renamed the
InterstitialAdLoader.loadAd(with:)method toInterstitialAdLoader.loadAd(with:completion:). The “completion” parameter replaces delegate methods. - Renamed the
NativeAd.loadImages()method toNativeAd.loadImages(completionHandler:). ThecompletionHandlerparameter replaces the observer method. - Removed the
NativeAdDelegate.viewControllerForPresentingModalView()method. - Renamed the
NativeAdLoader.loadAd(with:)method toNativeAdLoader.loadAd(with:options:completion:). Added an optionaloptionsparameter and acompletionparameter, replacing delegate methods. - Renamed the
NativeBulkAdLoader.loadAds(with:adsCount:)method toNativeBulkAdLoader.loadAds(with:adsCount:options:completion:). Added an optionaloptionsparameter and acompletionparameter, replacing delegate methods. - Renamed the
RewardedAdLoader.loadAd(with:)method toRewardedAdLoader.loadAd(with:completion:). The “completion” parameter replaces delegate methods. - Renamed the
SliderAd.loadImages()method toSliderAd.loadImages(completionHandler:). ThecompletionHandlerparameter replaces the observer method. - Renamed the
SliderAdLoader.loadAd(with:)method toSliderAdLoader.loadAd(with:options:completion:). Added an optionaloptionsparameter and acompletionparameter, replacing delegate methods. - Renamed the
loadBidderToken(requestConfiguration:completionHandler:)method inBidderTokenLoadertoloadBidderToken(request:completionHandler:). - Renamed the
AppOpenAdDelegate(_:didFailToShowWithError:)method toAppOpenAdDelegate(_:didFailToShow:). - Renamed the
AppOpenAdDelegate(_:didTrackImpressionWith:)method toAppOpenAdDelegate(_:didTrackImpression:). - Renamed the
InterstitialAdDelegate(_:didFailToShowWithError:)method toInterstitialAdDelegate(_:didFailToShow:). - Renamed the
InterstitialAdDelegate(_:didTrackImpressionWith:)method toInterstitialAdDelegate(_:didTrackImpression:). - Renamed the
RewardedAdDelegate(_:didFailToShowWithError:)method toRewardedAdDelegate(_:didFailToShow:). - Renamed the
RewardedAdDelegate(_:didTrackImpressionWith:)method toRewardedAdDelegate(_:didTrackImpression:). - Renamed the
SliderAdDelegate(_:didTrackImpressionWith:)method toSliderAdDelegate(_:didTrackImpression:). - Removed properties:
NativeAd.adAttributes,NativeAd.creativeID,NativeAd.campaignID. UseNativeAd.adInfo.creativesinstead. - Removed properties:
SliderAd.adAttributes,SliderAd.creativeID,SliderAd.campaignID. UseSliderAd.adInfo.creativesinstead. - Removed the
AdInfo.adSizeproperty. - Renamed the
AdInfo.adUnitIdproperty toAdInfo.adUnitID. - Renamed the
AdInfo.dataproperty toAdInfo.extraData. - Renamed the
AdRequestError.adUnitIdproperty toAdRequestError.adUnitID. - Removed the
AdView.adAttributesproperty. UseAdView.adInfo.creativesinstead. - Removed the
AdView.adUnitIDproperty. UseAdView.adInfo?.adUnitIDafter the ad has loaded. - Removed the
AdView.infoproperty. UseAdView.adInfo.partnerTextinstead. - Removed the
AdView.videoControllerproperty. - Removed the
AppOpenAd.adAttributesproperty. UseAppOpenAd.adInfo.creatives. - Removed the
InterstitialAd.adAttributesproperty. UseInterstitialAd.adInfo.creatives. - Removed the
Native.infoproperty. UseNative.adInfo.partnerTextinstead. - Removed the
RewardedAd.adAttributesproperty. UseRewardedAd.adInfo.creativesinstead. - Removed the
SliderAd.infoproperty. UseSliderAd.adInfo.partnerTextinstead. - Removed the
Version.buildMetadataIdentifiersproperty. - Removed the
Version.prereleaseIdentifiersproperty. - Removed the
VideoDelegateprotocol. - The SDK is now built with Swift 6 instead of Swift 5.
- Removed
AdErrorCode. - Removed
NativeErrorCode. - Removed
resetmethods from theNativeVideoPlaybackProgressControlprotocol. - Renamed the
targetInfofield inAdRequestTokenConfigurationandBidderTokenRequestConfigurationtotargeting. Renamed theAdTargetInfofield class toAdTargeting. - Removed constants:
kYMAGenderFemale,kYMAGenderMale. Use the newGenderclass instead. - Removed the
isYandexMobileAdsErrorfield fromErrorandNSError. - Removed the
isYandexMobileNativeAdsErrorfield fromErrorandNSError. - Removed fields from
AdRequest:age,gender,location,contextQuery,contextTags. Use the newtargetingfield instead. - The
BidderTokenLoaderinitializer no longer accepts themediationNetworkNameparameter. - Renamed the
MobileAds.setLocationTrackingEnabledandMobileAds.setAgeRestrictedUsermethods. UseYandexAds.setLocationTrackingandYandexAds.setAgeRestricted. - The
AppOpenAdDelegate,InterstitialAdDelegate,RewardedAdDelegate,NativeAdDelegate, andSliderAdDelegatemethods are no longer optional. - Removed the deprecated banner
AdSizeproperty fromBidderTokenRequestConfiguration. UseBidderTokenRequest.banner(size:targeting:parameters:)instead. - The
NativeAdAssetsclass properties are now immutable. - Changed the
warningfield type inNativeAdAssetstoNativeAdWarning. - The SDK is now built with Xcode 26.2 instead of Xcode 16.4.
- Removed
AdRequestConfiguration. UseAdRequestfor all ad formats. - Protocols
AppOpenAdDelegate,InterstitialAdDelegate,RewardedAdDelegate,NativeAd,NativeAdDelegate,SliderAd,SliderAdDelegate,AdViewDelegate,NativeVideoPlaybackMuteControlDelegate, andNativeVideoPlaybackProgressControlare now MainActor-isolated. - Removed protocols:
AppOpenAdLoaderDelegate,InterstitialAdLoaderDelegate,RewardedAdLoaderDelegate,NativeAdLoaderDelegate,NativeBulkAdLoaderDelegate,SliderAdLoaderDelegate,NativeAdImageLoadingObserver. You can now handle loading completion using either a completion handler or async/await. - Classes
AppOpenAd,InterstitialAd,RewardedAd,NativeVideoPlaybackControls,NativeAdViewData, andNativeVideoPlaybackMuteControlare now MainActor-isolated. - Removed
BidderTokenLoader.init(). UseBidderTokenLoader(mediationNetworkName:)instead. - Removed
BidderTokenRequestConfiguration(adType:). Use factory methods:banner(size:targeting:parameters:),interstitial(targeting:parameters:),rewarded(targeting:parameters:),native(targeting:parameters:), orappOpenAd(targeting:parameters:). - Renamed the
BidderTokenRequestConfigurationclass toBidderTokenRequest. - Removed
MutableAdRequestConfiguration. UseAdRequestinstead. - Removed
MutableAdRequest. UseAdRequestinstead. - Removed
MutableNativeAdRequestConfiguration. UseAdRequestinstead. - Removed
MutableNativeTemplateAppearance. UseNativeTemplateAppearanceinstead. - Removed
NativeAdRequestConfiguration. UseAdRequestfor native ads. - Removed the
NativeBannerViewclass and associated classes:NativeTemplateAppearence,NativeTemplateHorizontalOffset,ButtonAppearance,ImageAppearance,LabelAppearance,RatingAppearance,SizeConstraint, andSizeConstraintType. - Renamed
YMANativeAdViewtoNativeAdView. - Renamed
YMANativeMediaViewtoNativeMediaView. - Renamed the
AdViewclass toBannerAdView. Renamed theAdViewDelegateprotocol toBannerAdViewDelegate. Renamed delegate methods:adViewDidLoadtobannerAdViewDidLoad,adViewDidFailLoadingtobannerAdViewDidFailLoading,adViewDidClicktobannerAdViewDidClick, andadView(_:didTrackImpression:)tobannerAdView(_:didTrackImpression:). - Removed delegate methods from the public API:
AdViewDelegate:adViewWillLeaveApplication,adView(_:willPresentScreen:),adView(_:didDismissScreen:).NativeAdDelegate:nativeAdWillLeaveApplication,nativeAd(_:willPresentScreen:),nativeAd(_:didDismissScreen:).SliderAdDelegate:sliderAdWillLeaveApplication,sliderAd(_:willPresentScreen:),sliderAd(_:didDismissScreen:).
Version 7.18.4 (February 3, 2026)
Changes:
- Improved library stability for various devices.
Version 7.18.3 (January 27, 2026)
Changes:
- Improved library stability for various devices.
2025
Version 7.18.1 (December 15, 2025)
Changes:
- Improved library stability for various devices.
Version 7.18.0 (December 3, 2025)
Features:
- Added
AppMetricaIDSyncversion 5.14.0 dependency. - Added the SliderAd API.
Changes:
- The
bindAd(toSliderView:)method inNativeAdis no longer supported. UseSliderAd.bind(with:)instead.
Version 7.17.1 (November 18, 2025)
Changes:
- Improved library stability for various devices.
Version 7.17.0 (November 14, 2025)
Features:
- Add the
Creativeclass with support for Creative ID and Campaign ID. - Added the
adInfoproperty toAdView. - Added
creativeIDandcampaignIDproperties toNativeAd. - Added the
creativesproperty toAdInfo.
Changes:
- The minimum supported version of
AppMetricaAdSupportis 5.14.0. - The minimum supported version of
AppMetricaCoreis 5.14.0. - The minimum supported version of
AppMetricaLibraryAdapteris 5.14.0. - The minimum supported version of
DivKitBinaryCompatibilityFacadeis 5.2.1. - The
BidderTokenRequestConfiguration(adType:)method is no longer supported. Use factory methods:banner(size:),interstitial(),rewarded(),native(), orappOpenAd(). - Removed the
AppMetricaCrashesdependency.
Version 7.16.2 (October 16, 2025)
Changes:
- The
AdInfo.dataproperty has been deprecated and will be removed in future versions. Use theadAttributesproperty in the class of the required ad type. - The
AdView.Infoproperty has been deprecated and will be removed in future versions. Use theAdView.adAttributesproperty.
Version 7.16.1 (September 29, 2025)
Changes:
- The minimum supported version of
DivKitBinaryCompatibilityFacadeis 5.2.0.
Version 7.16.0 (September 17, 2025)
Changes:
- The minimum supported version of
DivKitBinaryCompatibilityFacadeis 5.1.1. - Removed the system frameworks from
linkerSettingsin the Package.swift file. - The Linking
-ObjCflag 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
DivKitBinaryCompatibilityFacadeis 5.0.2.
Version 7.15.0 (July 22, 2025)
Changes:
- Updated the
DivKitBinaryCompatibilityFacadeversion requirement from a fixed version to a range of compatible versions. - The minimum supported Xcode version is 16.4.
- The
NativeAdDelegate.viewControllerForPresentingModalViewmethod has been deprecated and will be removed in future versions.
Version 7.14.1 (June 24, 2025)
Changes:
- The minimum supported version of
AppMetricaAdSupportis 5.11.0. - The minimum supported version of
AppMetricaCoreis 5.11.0. - The minimum supported version of
AppMetricaCrashesis 5.11.0. - The minimum supported version of
AppMetricaLibraryAdapteris 5.11.0.
Version 7.14.0 (June 19, 2025)
Features:
- The minimum supported version of
DivKitBinaryCompatibilityFacadeis 5.0.0.
Changes:
- The
VideoControllerDelegateprotocol has been deprecated and will be removed in future versions. - The
VideoControllerclass has been deprecated and will be removed in future versions. - The
AdView.videoControllerproperty has been deprecated and will be removed in future versions.
Version 7.13.0 (May 29, 2025)
Features:
- Added
AppMetricaAdSupportversion 5.10.0 dependency.
Changes:
- The minimum supported version of
AppMetricaCoreis 5.10.0. - The minimum supported version of
AppMetricaCrashesis 5.10.0. - The minimum supported version of
AppMetricaLibraryAdapteris 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
targetInfofield toBidderTokenRequestConfiguration. 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
DivKitBinaryCompatibilityFacadeversion is 4.6.1.
Version 7.11.0 (March 11, 2025)
Changes:
- The minimum supported
DivKitBinaryCompatibilityFacadeversion is 4.6.0.
Version 7.10.2 (February 26, 2025)
Changes:
- Improved library stability for various devices.
Version 7.10.1 (February 14, 2025)
Changes:
- Fixed a signing certificate error.
Version 7.10.0 (February 6, 2025)
Changes:
- Improved library stability for various devices.
Version 7.9.0 (January 16, 2025)
Changes:
- The minimum supported Xcode version is 16.1.
2024
Version 7.8.0 (December 13, 2024)
Features:
- COPPA compliance is now supported.
Version 7.7.0 (November 15, 2024)
Changes:
- The minimum supported
AppMetricaCoreversion is 5.8.2. - The minimum supported
AppMetricaCrashesversion is 5.8.2. - The minimum supported
AppMetricaLibraryAdapterversion is 5.8.2.
Version 7.6.1 (November 11, 2024)
Changes:
- Improved library stability for various devices.
Version 7.6.0 (October 17, 2024)
Features:
- Added
AppMetricaLibraryAdapter.
Changes:
- The minimum supported
AppMetricaCoreversion is 5.8.1. - The minimum supported
AppMetricaCrashesversion is 5.8.1. - The minimum supported
AppMetricaLibraryAdapterversion is 5.8.1. - The minimum supported
DivKitBinaryCompatibilityFacadeversion is 4.5.0. - The minimum supported
appmetrica-sdk-iosversion is 5.8.0. - Deprecated the
BidderTokenLoader()method. UseBidderTokenLoader(mediationNetworkName:).
Version 7.5.1 (September 19, 2024)
Changes:
- Fixed the
spmincompatibility caused byDivKitBinaryCompatibilityFacade.
Version 7.5.0 (September 17, 2024)
Changes:
ReplacedDivKitwithDivkitbinarycompatibilityFacade.- The minimum supported
AppMetricaCoreversion is 5.8.0. - The minimum supported
AppMetricaCrashesversion is 5.8.0.
Version 7.4.1 (September 9, 2024)
Changes:
- The minimum supported
DivKitversion is 30.16.0.
Version 7.4.0 (August 23, 2024)
Features:
- Added a Debug Panel. This is a set of integration testing tools designed to speed up the integration of Yandex Mediation and ad launch.
Changes:
- The minimum supported
AppMetricaCoreversion is 5.7.0. - The minimum supported
AppMetricaCrashesversion is 5.7.0. - The minimum supported
DivKitversion 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
DivKitversion is 30.11.0. - Updated integration via SPM. You can now delete
MobileAdsBundle.bundlefrom 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
AppMetricaCoreversion is 5.6.0. - The minimum supported
AppMetricaCrashesversion is 5.6.0. - The minimum supported
DivKitversion is 30.7.0.
Version 7.1.1 (July 4, 2024)
Changes:
- Improved library stability for various devices.
Version 7.1.0 (June 4, 2024)
Features:
- Added a new
func setupVideoPlaybackControls(to view: YMANativeMediaView)method to theNativeVideoPlaybackControlsclass to redefine video progress and video sound on/off controls. To learn more, see Redefining interface elements in videos.
Changes:
- In the
AppOpenAd,InterstitialAd, andRewardedAdclasses, changed the method signature fromfunc show(from viewController: UIViewController)tofunc show(from viewController: UIViewController?). - The minimum supported
AppMetricaCoreversion is 5.4.0. - The minimum supported
AppMetricaCrashesversion is 5.4.0. - The minimum supported
DivKitversion is 30.2.0.
Version 7.0.2 (May 29, 2024)
Changes:
- Fixed an AVPlayer error that could cause the app to crash when serving native ads.
Version 7.0.1 (April 18, 2024)
Changes:
- The minimum supported AppMetricaCore version is 5.2.0 (added Privacy Manifest support).
- The minimum supported AppMetricaCrashes version is 5.2.0.
Version 7.0.0 (April 4, 2024)
Features:
- AdPod is now supported.
- Added automatic preloading for interstitial ads.
- Added EndCard support for video ads.
- SKOverlay is now supported.
- Privacy Manifest is now supported.
Changes:
- The minimum supported Swift version is 5.9.
Breaking changes:
- API renamed. To learn more, see the guide for migrating to version 7.
- Removed the
loadBidderTokenWithCompletionHandler:method. Please use theloadBidderTokenWithRequestConfiguration:completionHandler:method instead.
Version 6.4.1 (March 5, 2024)
Changes:
- Improved library stability for various devices.
Version 6.4.0 (February 12, 2024)
Features:
- Added a new
loadBidderTokenWithRequestConfiguration:completionHandler:method for generating Open Bidding tokens.
Changes:
- Improved library stability for various devices.
- The
loadBidderTokenWithCompletionHandler:method of theYMABidderTokenLoaderclass is deprecated.
2023
Version 6.3.0 (December 18, 2023)
Changes:
- Improved library stability for various devices.
- Changed the repository URL for installation via SPM:
https://github.com/yandexmobile/yandex-ads-sdk-swift->https://github.com/yandexmobile/yandex-ads-sdk-ios.
Version 6.2.0 (December 6, 2023)
Changes:
- Improved library stability for various devices.
Version 6.1.0 (October 20, 2023)
Features:
- Added CMP (Consent Management Platform) support.
Changes:
- Improved library stability for various devices.
- Optimized ad load caching.
- The supported version for the
YandexMobileAdsMediationsingle build is 6.1.0.
Version 6.0.0 (August 31, 2023)
Features:
- Yandex Mobile Mediation now supports the InMobi network.
- Added a new ad format: App Open Ads. This is a special ad format for monetizing the splash screen of your apps. These ads can be closed at any time and are designed to be served when users bring your app to the foreground, either at launch or when returning to it from the background.
Changes:
- The minimum supported iOS version is 13.
Breaking changes:
- Banners. New API for working with banner sizes.
- Interstitial ads and rewarded ads. Separated ad loading and rendering at the API level.
- Removed the obsolete
setAnalyticsReportingEnabled:(BOOL)enabledandflexibleSizeWithCGSize:(CGSize)sizemethods. - To learn more, see the guide for migrating to version 6.
Version 5.9.1 (July 24, 2023)
Changes:
- Improved library stability for various devices.
Version 5.9.0 (July 14, 2023)
Changes:
- Improved library stability for various devices.
Version 5.8.0 (June 30, 2023)
Changes:
- Improved library stability for various devices.
Version 5.7.0 (May 25, 2023)
Changes:
- Improved logs for testing ad integration.
Version 5.6.0 (May 12, 2023)
Changes:
- Improved library stability for various devices.
Version 5.5.0 (February 3, 2023)
Changes:
- Improved library stability for various devices.
2022
Versions 5.4.0 — 5.0.0-alpha.1
Version 5.4.0 (December 28, 2022)
Changes:
- Improved library stability for various devices.
Version 5.3.1 (November 25, 2022)
Changes:
- The minimum supported Swift version is 5.7.
- Improved library stability for various devices.
Version 5.3.0 (November 21, 2022)
Changes:
- The minimum supported iOS version is 12.0.
- Improved library stability for various devices.
Version 5.2.1 (August 31, 2022)
Changes:
- Fixed the high CPU consumption issue.
- Fixed the template display issue.
Version 5.2.0 (August 23, 2022)
Changes:
- The "feedback" and "domain" assets are now mandatory for native ads.
- Improved library stability for various devices.
Version 5.1.0 (July 6, 2022)
Changes:
- Improved library stability for various devices.
Version 5.0.2 (May 18, 2022)
Changes:
- Improved library stability for various devices.
Version 5.0.1 (May 11, 2022)
Changes:
- Improved library stability for various devices.
Version 5.0.0 (March 25, 2022)
Features:
- Migrated to XCFramework.
- Added M1 support.
- Added a callback function to notify when users click ads.
- For more information, see the guide for migrating to version 5.
Changes:
- Renamed the blockID parameter to AdUnitID.
- The minimum supported iOS version is 10.0.
- The minimum supported AppMetrica version is 4.0.0.
- You can no longer set flex banner sizes without specifying the maximum width and height.
Version 5.0.0-alpha.2 (March 8, 2022)
Changes:
- Improved library stability for various devices.
Version 5.0.0-alpha.1 (January 31, 2022)
Features:
- Migrated to XCFramework.
- Added M1 support.
- Added a callback function to notify when users click ads.
- For more information, see the guide for migrating to version 5.
Changes:
- Renamed the blockID parameter to AdUnitID.
- The minimum supported iOS version is 10.0.
- The minimum supported AppMetrica version is 4.0.0.
- You can no longer set flex banner sizes without specifying the maximum width and height.
InStream API
2026
Version 0.76.0 (September 10, 2026)
Updated
- Updated minimum supported
YandexMobileAdsversion to 8.5.0
Breaking changes
- The minimum supported iOS version was raised to 15.0.
Version 0.75.0 (August 28, 2026)
Updated
- Updated minimum supported
YandexMobileAdsversion to 8.4.0.
Version 0.74.0 (July 27, 2026)
Updated
- Updated minimum supported
YandexMobileAdsversion to 8.3.0.
Version 0.73.0 (July 7, 2026)
Updated
- Updated minimum supported
YandexMobileAdsversion to 8.2.1.
Version 0.72.0 (July 2, 2026)
Updated
- Updated minimum supported
YandexMobileAdsversion to 8.2.0.
Version 0.71.0 (June 1, 2026)
Updated:
- Updated minimum supported
YandexMobileAdsversion to 8.1.0.
Version 0.70.0
Updated:
- Updated minimum supported
YandexMobileAdsversion to 8.0.0.
Version 0.69.0
Updated:
- Updated minimum supported
YandexMobileAdsversion to 8.0.0-beta.2.
Version 0.68.0
Added:
- Added
InstreamAdLoader.loadInstreamAd(configuration:)andInstreamAdLoader.loadInroll(configuration:)async methods.
Updated:
- Updated minimum supported
YandexMobileAdsversion to 8.0.0-beta.1.
Breaking changes:
-
Method
InstreamAdLoader.loadInroll(configuration:)was renamed toInstreamAdLoader.loadInroll(configuration:completion:). Thecompletionparameter was added replacing the delegate methods. -
Method
InstreamAdLoader.loadInstreamAd(configuration:)was renamed toInstreamAdLoader.loadInstreamAd(configuration:completion:). Thecompletionparameter was added replacing the delegate methods. -
MobileInstreamAdswas renamed toYandexInstreamAds. -
InstreamAdBinderDelegate,InstreamAd protocolsare nowMainActor-isolated. -
InstreamAdLoaderDelegateclass has been removed.
Version 0.65.0 (February 3, 2026)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.4.
Version 0.64.0 (January 27, 2026)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.3.
2025
Version 0.63.0 (December 15, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.1.
Version 0.62.0 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 0.61.0 (November 18, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.17.1.
Version 0.60.0 (November 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.
Version 0.59.0 (October 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.
Version 0.57.0 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 0.56.0 (July 28, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.1.
Version 0.55.0 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 0.54.0 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 0.53.0 (June 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 0.52.0 (May 26, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 0.51.0 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
Version 0.50.0 (April 30, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.2.
Version 0.49.0 (March 31, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 0.48.0 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.1.
Version 0.47.0 (March 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 0.46.0 (February 26, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.2.
Version 0.46.0 (February 25, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.2.
Version 0.45.0 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 0.44.0 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 0.43.0 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 0.42.0 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
Version 0.41.0 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 0.40.0 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 0.39.0 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
Version 0.38.0 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 0.37.0 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 0.36.0 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
Version 0.35.0 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
Version 0.34.0 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 0.33.0 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 0.32.0 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 0.31.0 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
Version 0.30.0 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 0.29.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
Version 0.28.0 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 0.27.0 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 0.26.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
Version 0.25.0 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 0.24.0 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 0.23.0 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
Version 0.22.0 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 0.21.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
Version 0.20.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
Version 0.19.0 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
Version 0.18.0 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
Version 0.15.0 (February 3, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
2022
Versions 0.14.0 — 0.9.0
Version 0.14.0 (December 28, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
Version 0.13.0 (November 21, 2022)
Changes:
- The minimum supported iOS version is 12.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
Version 0.12.0 (August 23, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
Version 0.10.0 (July 6, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
Version 0.9.0 (June 28, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.1.
Mobile Mediation
Digital Turbine (ex. AdColony)
2024
Version 4.9.0.21 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
Version 4.9.0.20 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
Version 4.9.0.19 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 4.9.0.18 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 4.9.0.17 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 4.9.0.16 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
Version 4.9.0.15 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 4.9.0.14 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
Version 4.9.0.13 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 4.9.0.12 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 4.9.0.11 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
Version 4.9.0.10 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 4.9.0.9 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 4.9.0.8 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
Version 4.9.0.7 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 4.9.0.6 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
Version 4.9.0.5 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
Version 4.9.0.4 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
Version 4.9.0.3 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
Version 4.9.0.2 (May 25, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
- The minimum supported version of the Digital Turbine SDK is 4.9.0.
AppLovin
2025
Version 13.3.1.3 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 13.3.1.2 (November 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.
Version 13.3.1.1 (October 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.
Version 13.3.1.0 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 13.1.0.4 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 13.1.0.3 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 13.1.0.2 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 13.1.0.1 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 13.1.0.0 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
- The minimum supported version of the AppLovin SDK is 13.1.0.
Version 13.0.1.5 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 13.0.1.4 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 13.0.1.3 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 13.0.1.2 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 13.0.1.1 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 13.0.1.0 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
- The minimum supported version of the AppLovin SDK is 13.0.1.
Version 12.6.1.5 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 12.6.1.4 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 12.6.1.3 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
Version 12.6.1.2 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 12.6.1.1 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 12.6.1.0 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
- The minimum supported version of the AppLovin SDK is 12.6.1.
Version 12.6.0.0 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
- The minimum supported version of the AppLovin SDK is 12.6.0.
Version 12.5.0.5 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 12.5.0.4 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 12.5.0.3 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 12.5.0.2 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
Version 12.5.0.1 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 12.5.0.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the AppLovin SDK is 12.5.0.
Version 12.3.1.2 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 12.3.1.1 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 12.3.1.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the AppLovin SDK is 12.3.1.
Version 12.1.0.2 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 12.1.0.1 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 12.1.0.0 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the AppLovin SDK is 12.1.0.
Version 11.11.4.0 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
- The minimum supported version of the AppLovin SDK is 11.11.4.
Version 11.11.3.1 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the AppLovin SDK is 11.11.3.
Version 11.11.2.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the AppLovin SDK is 11.11.2.
Version 11.10.1.1 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
Version 11.10.1.0 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
- The minimum supported version of the AppLovin SDK is 11.10.1.
Version 11.9.0.0 (May 25, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
- The minimum supported version of the AppLovin SDK is 11.9.0.
Version 11.8.2.0 (May 12, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
- The minimum supported version of the AppLovin SDK is 11.8.2.
Version 11.6.1.0 (February 3, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
- The minimum supported version of the AppLovin SDK is 11.6.1.
2022
Versions 5.5.0 — 5.0.0-alpha.1
Version 11.6.0.0 (December 28, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- The minimum supported version of the AppLovin SDK is 11.6.0.
Version 11.5.5.0 (November 21, 2022)
Changes:
- The minimum supported iOS version is 12.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
- The minimum supported version of the AppLovin SDK is 11.5.5.
Version 11.4.3.0 (August 23, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The minimum supported version of the AppLovin SDK is 11.4.3.
Version 11.4.2.0 (July 6, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
- The minimum supported version of the AppLovin SDK is 11.4.2.
Version 11.3.2.0 (April 14, 2022)
Changes:
- The minimum supported version of the AppLovin SDK is 11.3.2.
Version 11.0.0.0 (March 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The minimum supported version of the AppLovin SDK is 11.0.0.
BIGO Ads
2025
Version 4.6.0.13 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 4.6.0.12 (November 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.
Version 4.6.0.11 (October 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.
2025
Version 4.6.0.10 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 4.6.0.9 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 4.6.0.8 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 4.6.0.7 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 4.6.0.6 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 4.6.0.5 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
Version 4.6.0.4 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 4.6.0.3 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 4.6.0.2 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 4.6.0.1 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 4.6.0.0 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
- The minimum supported version of the BigoAds SDK is 4.6.0.
2024
Version 4.5.1.0 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
- The minimum supported version of the BIGO Ads SDK is 4.5.1.
Version 4.2.3.12 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 4.2.3.11 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 4.2.3.10 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
Version 4.2.3.9 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 4.2.3.8 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 4.2.3.7 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
Version 4.2.3.6 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
Version 4.2.3.5 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 4.2.3.4 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 4.2.3.3 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 4.2.3.2 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
Version 4.2.3.1 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 4.2.3.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the BIGO Ads SDK is 4.2.3.
Version 4.2.1.2 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 4.2.1.1 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 4.2.1.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the BIGO Ads SDK is 4.2.1.
Version 4.2.0.1 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 4.2.0.0 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the BIGO Ads SDK is 4.2.0.
2023
Version 4.0.4.2 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
Version 4.0.4.1 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 4.0.4.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the BIGO Ads SDK is 4.0.4.
Chartboost
2025
Version 9.9.2.3 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 9.9.2.2 (November 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.
Version 9.9.2.1 (October 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.
Version 9.9.2.0 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 9.8.1.4 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 9.8.1.3 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 9.8.1.2 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 9.8.1.1 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 9.8.1.0 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
- The minimum supported version of the Chartboost SDK is 9.8.1.
Version 9.8.0.6 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 9.8.0.5 (March 7, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 9.8.0.4 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 9.8.0.3 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 9.8.0.2 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 9.8.0.1 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
Version 9.8.0.0 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
- The minimum supported version of the Chartboost SDK is 9.8.0.
Version 9.7.0.14 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 9.7.0.13 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
Version 9.7.0.12 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 9.7.0.11 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 9.7.0.10 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
Version 9.7.0.9 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
Version 9.7.0.8 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 9.7.0.7 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 9.7.0.6 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 9.7.0.5 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
Version 9.7.0.4 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 9.7.0.3 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
Version 9.7.0.2 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 9.7.0.1 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 9.7.0.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the Chartboost SDK is 9.7.0.
Version 9.6.0.1 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 9.6.0.0 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the Chartboost SDK is 9.6.0.
2023
Version 9.5.1.1 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
Version 9.5.1.1 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
- The minimum supported version of the Chartboost SDK is 9.5.1.
Version 9.4.0.1 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
Version 9.4.0.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the Chartboost SDK is 9.4.0.
Version 9.3.1.0 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
- The minimum supported version of the Chartboost SDK is 9.3.1.
Version 9.3.0.1 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
Version 9.3.0.0 (May 25, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
- The minimum supported version of the Chartboost SDK is 9.3.0.
2025
Version 12.2.0.8 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 12.2.0.7 (November 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.
Version 12.2.0.6 (October 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.
Version 12.2.0.5 (September 17, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.16.0.
Version 12.2.0.4 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 12.2.0.2 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 12.2.0.1 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 12.2.0.0 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
- The minimum supported version of the Google Mobile Ads SDK is 12.2.0.
Version 11.12.0.5 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 11.12.0.4 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 11.12.0.3 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 11.12.0.2 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 11.12.0.1 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 11.12.0.0 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
- The minimum supported version of the Google Mobile Ads SDK is 11.12.0.
Version 11.10.0.2 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 11.10.0.1 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 11.10.0.0 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
- The minimum supported version of the Google Mobile Ads SDK is 11.10.0.
Version 11.7.0.3 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 11.7.0.2 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 11.7.0.1 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
Version 11.7.0.0 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
- The minimum supported version of the Google Mobile Ads SDK is 11.7.0.
Version 11.3.0.5 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 11.3.0.4 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 11.3.0.3 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 11.3.0.2 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
Version 11.3.0.1 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 11.3.0.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the Google Mobile Ads SDK is 11.3.0.
Version 11.2.0.2 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 11.2.0.1 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 11.2.0.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the Google Mobile Ads SDK is 11.2.0.
Version 10.14.0.2 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 10.14.0.1 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 10.14.0.0 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.14.0.
Version 10.13.0.0 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.13.0.
Version 10.12.0.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.12.0.
Version 10.9.0.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.9.0.
- The adapter name changed to "GoogleYandexMobileAdsAdapters".
Version 10.7.0.0 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.7.0.
Version 10.6.0.0 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.6.0.
Version 10.4.0.0 (May 25, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.4.0.
Version 10.3.0.0 (May 12, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.3.0.
2022
Versions 9.14.0.0 — 9.0.0.0
Version 9.14.0.0 (December 28, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- The minimum supported version of the Google Mobile Ads SDK is 9.14.0.
Version 9.13.0.0 (November 21, 2022)
Changes:
- The minimum supported iOS version is 12.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
- The minimum supported version of the Google Mobile Ads SDK is 9.13.0.
Version 9.9.0.0 (August 23, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The minimum supported version of the Google Mobile Ads SDK is 9.9.0.
Version 9.6.0.0 (July 6, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
- The minimum supported version of the Google Mobile Ads SDK is 9.2.0.
Version 9.2.0.0 (April 14, 2022)
Changes:
- The minimum supported version of the Google Mobile Ads SDK is 9.2.0.
Version 9.0.0.0 (March 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The minimum supported version of the Google Mobile Ads SDK is 9.0.0.
InMobi
2025
Version 10.8.6.3 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 10.8.6.2 (November 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.
Version 10.8.6.1 (October 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.
Version 10.8.6.0 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 10.7.8.13 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 10.7.8.12 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 10.7.8.11 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 10.7.8.10 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 10.7.8.9 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
Version 10.7.8.8 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 10.7.8.7 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 10.7.8.6 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 10.7.8.5 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 10.7.8.4 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 10.7.8.3 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
Version 10.7.8.2 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 10.7.8.1 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 10.7.8.0 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
- The minimum supported version of the InMobi SDK is 10.7.8.
Version 10.7.5.2 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 10.7.5.1 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 10.7.5.0 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
- The minimum supported version of the InMobi SDK is 10.7.5.
Version 10.7.4.4 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
Version 10.7.4.3 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 10.7.4.2 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 10.7.4.1 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 10.7.4.0 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
- The minimum supported version of the InMobi SDK is 10.7.4.
Version 10.5.5.11 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 10.5.5.10 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
Version 10.5.5.9 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 10.5.5.8 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 10.5.5.7 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
Version 10.5.5.6 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 10.5.5.5 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 10.5.5.4 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
Version 10.5.5.3 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 10.5.5.2 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
Version 10.5.5.1 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the InMobi SDK is 10.5.5.
IronSource
2025
Version 8.11.0.2 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 8.11.0.1 (November 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.
Version 8.11.0.0 (October 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.
- The minimum supported version of the IronSource SDK is 8.11.0.0.
Version 8.10.0.0 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 8.7.0.4 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 8.7.0.3 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 8.7.0.2 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 8.7.0.1 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 8.7.0.0 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
- The minimum supported version of the IronSource SDK is 8.7.0.0.
Version 8.5.0.5 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 8.5.0.4 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 8.5.0.3 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 8.5.0.2 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 8.5.0.1 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 8.5.0.0 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
- The minimum supported version of the IronSource SDK is 8.5.0.
Version 8.4.0.2 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 8.4.0.1 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 8.4.0.0 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
- The minimum supported version of the IronSource SDK is 8.4.0.
Version 8.3.0.2 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 8.3.0.1 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 8.3.0.0 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
- The minimum supported version of the IronSource SDK is 8.3.0.
Version 8.2.0.3 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
Version 8.2.0.2 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 8.2.0.1 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 8.2.0.0 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
- The minimum supported version of the IronSource SDK is 8.2.0.
Version 8.1.0.2 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
Version 8.1.0.1 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 8.1.0.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the IronSource SDK is 8.1.0.0.
Version 7.9.1.2 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 7.9.1.1 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 7.9.1.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the IronSource SDK is 7.9.1.0.
Version 7.7.0.1 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 7.7.0.0 (February 12, 2024)
Changes:
- Added support for banner ads.
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the IronSource SDK is 7.7.0.0.
2023
Version 7.6.0.0 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the IronSource SDK is 7.6.0.0.
Version 7.5.1.0 (December 6, 2023)
Changes:
- Added support for banner ads.
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
- The minimum supported version of the IronSource SDK is 7.5.1.0.
Version 7.5.0.1 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the IronSource SDK is 7.5.0.0.
Version 7.4.0.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the IronSource SDK is 7.4.0.0.
Version 7.3.0.3 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
Version 7.3.0.2 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
Version 7.3.0.1 (May 25, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
Version 7.3.0.0 (May 12, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
- The minimum supported version of the IronSource SDK is 7.3.0.0.
Version 7.2.7.0 (February 3, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
- The minimum supported version of the IronSource SDK is 7.2.7.0.
2022
Versions 7.2.5.1 — 7.1.4.1
Version 7.2.5.1 (December 28, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
Version 7.2.5.0 (November 21, 2022)
Changes:
- The minimum supported iOS version is 12.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
- The minimum supported version of the IronSource SDK is 7.2.5.1.
Version 7.2.4.0 (August 23, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The minimum supported version of the IronSource SDK is 7.2.4.0.
Version 7.2.2.0 (July 6, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
- The minimum supported version of the IronSource SDK is 7.2.2.0.
Version 7.2.1.2 (April 14, 2022)
Changes:
- The minimum supported version of the IronSource SDK is 7.2.1.2.
Version 7.1.4.1 (March 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
Mintegral
2025
Version 7.7.9.3 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 7.7.9.2 (November 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.
Version 7.7.9.1 (October 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.
Version 7.7.9.0 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 7.7.7.4 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 7.7.7.3 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 7.7.7.2 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 7.7.7.1 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 7.7.7.0 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
- The minimum supported version of the Mintegral SDK is 7.7.7.
Version 7.7.3.8 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 7.7.3.7 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 7.7.3.6 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 7.7.3.5 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 7.7.3.4 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 7.7.3.3 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
Version 7.7.3.2 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 7.7.3.1 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 7.7.3.0 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
- The minimum supported version of the Mintegral SDK is 7.7.3.
Version 7.6.9.3 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 7.6.9.2 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 7.6.9.1 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
Version 7.6.9.0 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
- The minimum supported version of the Mintegral SDK is 7.6.9.
Version 7.6.7.3 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 7.6.7.2 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 7.6.7.1 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 7.6.7.0 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
- The minimum supported version of the Mintegral SDK is 7.6.7.
- Added support for native ads.
Version 7.6.4.1 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 7.6.4.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the Mintegral SDK is 7.6.4.
Version 7.5.9.2 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 7.5.9.1 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 7.5.9.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the Mintegral SDK is 7.5.9.
Version 7.5.6.1 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 7.5.6.0 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the Mintegral SDK is 7.5.6.
2023
Version 7.5.1.0 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the Mintegral SDK is 7.5.1.
Version 7.4.7.1 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 7.4.7.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the Mintegral SDK is 7.4.7.
Version 7.4.2.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the Mintegral SDK is 7.4.2.
Version 7.3.9.0 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
- The minimum supported version of the Mintegral SDK is 7.3.9.
Version 7.3.8.0 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
- The minimum supported version of the Mintegral SDK is 7.3.8.
Version 7.3.5.0 (May 25, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
- The minimum supported version of the Mintegral SDK is 7.3.5.
Version 7.3.4.0 (May 12, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
- The minimum supported version of the Mintegral SDK is 7.3.4.
Version 7.2.9.0 (February 3, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
- The minimum supported version of the Mintegral SDK is 7.2.9.
2022
Versions 7.2.8.0 — 7.1.0.0
Version 7.2.8.0 (December 28, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- The minimum supported version of the Mintegral SDK is 7.2.8.
Version 7.2.6.0 (November 21, 2022)
Changes:
- The minimum supported iOS version is 12.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
- The minimum supported version of the Mintegral SDK is 7.2.6.
Version 7.1.9.0 (August 23, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
Version 7.1.7.0 (July 6, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
Version 7.1.0.0 (May 25, 2022)
Changes:
- The minimum supported version of the Mintegral SDK is 7.1.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.2.
Pangle
2026
Version 7.9.0.0 (May 5, 2026)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 8.0.0.
zMaticoo
2026
Version 1.5.6.0 (May 5, 2026)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 8.0.0.
Start.io
2025
Version 4.10.4.21 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 4.10.4.20 (November 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.
Version 4.10.4.19 (October 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.
Version 4.10.4.18 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 4.10.4.17 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 4.10.4.16 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 4.10.4.15 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 4.10.4.14 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 4.10.4.13 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
Version 4.10.4.12 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 4.10.4.11 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 4.10.4.10 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 4.10.4.9 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 4.10.4.8 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 4.10.4.7 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
Version 4.10.4.6 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 4.10.4.5 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 4.10.4.4 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
Version 4.10.4.3 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 4.10.4.2 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 4.10.4.1 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
Version 4.10.4.0 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
- The minimum supported version of the Start.io SDK is 4.10.4.
Version 4.10.3.5 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 4.10.3.4 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 4.10.3.3 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 4.10.3.2 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
Version 4.10.3.1 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 4.10.3.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the Start.io SDK is 4.10.3.
Version 4.10.2.5 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 4.10.2.4 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 4.10.2.3 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
Version 4.10.2.2 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 4.10.2.1 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 4.10.2.0 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the Start.io SDK is 4.10.2.
Version 4.10.0.1 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 4.10.0.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
Version 4.10.0.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the Start.io SDK is 4.10.0.
2022
Versions 4.7.3.0 — 4.7.0.0
Version 4.7.3.0 (August 23, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The minimum supported version of the Start.io SDK is 4.7.3.
Version 4.7.0.1 (July 6, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
Version 4.7.0.0 (March 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The minimum supported version of the Start.io SDK is 4.7.0.
Liftoff (ex. Vungle)
2025
Version 7.4.2.14 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 7.4.2.13 (November 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.
Version 7.4.2.12 (October 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.
Version 7.4.2.11 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 9.9.2.0 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 7.4.2.10 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 7.4.2.9 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 7.4.2.8 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 7.4.2.7 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 7.4.2.6 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
Version 7.4.2.5 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 7.4.2.4 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 7.4.2.3 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 7.4.2.2 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 7.4.2.1 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 7.4.2.0 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
- The minimum supported version of the VungleAds SDK is 7.4.2.
Version 7.4.1.4 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 7.4.1.3 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 7.4.1.2 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
Version 7.4.1.1 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 7.4.1.0 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
- The minimum supported version of the VungleAds SDK is 7.4.1.
Version 7.4.0.5 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
Version 7.4.0.4 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
Version 7.4.0.3 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 7.4.0.2 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 7.4.0.1 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 7.4.0.0 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
- The minimum supported version of the VungleAds SDK is 7.4.0.
Version 7.3.2.1 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 7.3.2.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the Vungle Ads SDK is 7.3.2.
Unity Ads
2025
Version 4.16.1.3 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 4.16.1.2 (November 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.
Version 4.16.1.1 (October 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.
Version 4.16.1.0 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 4.12.4.10 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 4.12.4.9 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 4.12.4.8 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 4.12.4.7 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 4.12.4.6 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
Version 4.12.4.5 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 4.12.4.4 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 4.12.4.3 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 4.12.4.2 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 4.12.4.1 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 4.12.4.0 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
- The minimum supported version of the Unity Ads SDK is 4.12.4.
Version 4.12.3.2 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 4.12.3.1 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 4.12.3.0 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
- The minimum supported version of the Unity Ads SDK is 4.12.3.
Version 4.12.2.3 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 4.12.2.2 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 4.12.2.1 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
Version 4.12.2.0 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
- The minimum supported version of the Unity Ads SDK is 4.12.2.
Version 4.12.1.3 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 4.12.1.2 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 4.12.1.1 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 4.12.1.0 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
- The minimum supported version of the Unity Ads SDK is 4.12.1.
Version 4.11.3.1 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 4.11.3.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the Unity Ads SDK is 4.11.3.
Version 4.9.3.2 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 4.9.3.1 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 4.9.3.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the Unity Ads SDK is 4.9.3.
Version 4.9.2.2 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 4.9.2.1 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 4.9.2.0 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the Unity Ads SDK is 4.9.2.
Version 4.9.1.0 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
- The minimum supported version of the Unity Ads SDK is 4.9.1.
Version 4.9.0.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the Unity Ads SDK is 4.9.0.
Version 4.8.0.1 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
Version 4.8.0.0 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
- The minimum supported version of the Unity Ads SDK is 4.8.0.
Version 4.7.1.1 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
Version 4.7.1.0 (May 25, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
- The minimum supported version of the Unity Ads SDK is 4.7.1.
Version 4.6.1.0 (May 12, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
- The minimum supported version of the Unity Ads SDK is 4.6.1.
Version 4.5.0.0 (February 3, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
- The minimum supported version of the Unity Ads SDK is 4.5.0.
2022
Versions 4.4.1.1 — 4.0.0.0
Version 4.4.1.1 (December 28, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
Version 4.4.1.0 (November 21, 2022)
Changes:
- The minimum supported iOS version is 12.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
- The minimum supported version of the Unity Ads SDK is 4.4.1.
Version 4.3.0.0 (August 23, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The minimum supported version of the Unity Ads SDK is 4.3.0.
Version 4.2.1.0 (July 6, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
- The minimum supported version of the Unity Ads SDK is 4.2.1.
Version 4.1.0.0 (April 14, 2022)
Changes:
- The minimum supported version of the Unity Ads SDK is 4.1.0.
Version 4.0.0.0 (March 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The minimum supported version of the Unity Ads SDK is 4.0.0.
//: # (VK Ads (ex. myTarget))
VK Ads (ex. myTarget)
2025
Version 5.28.0.8 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 5.28.0.7 (November 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.
Version 5.28.0.6 (October 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.
Version 5.28.0.5 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 5.28.0.4 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 5.28.0.3 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 5.28.0.1 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 5.28.0.1 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 5.28.0.0 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
- The minimum supported version of the myTarget SDK is 5.28.0.
Version 5.26.0.0 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 5.22.0.4 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 5.22.0.3 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 5.22.0.2 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 5.22.0.1 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 5.22.0.0 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
- The minimum supported version of the myTarget SDK is 5.22.0.
Version 5.21.7.5 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 5.21.7.4 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 5.21.7.3 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
Version 5.21.7.2 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 5.21.7.1 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 5.21.7.0 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
- The minimum supported version of the myTarget SDK is 5.21.7.
Version 5.21.6.0 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
- The minimum supported version of the myTarget SDK is 5.21.6.
Version 5.21.5.2 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 5.21.5.1 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 5.21.5.0 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
- The minimum supported version of the myTarget SDK is 5.21.5.
Version 5.21.4.0 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
- The minimum supported version of the myTarget SDK is 5.21.4.
Version 5.21.2.1 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 5.21.2.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the myTarget SDK is 5.21.2.
Version 5.21.1.2 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 5.21.1.1 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 5.21.1.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the myTarget SDK is 5.21.1.
Version 5.20.1.1 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 5.20.1.0 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the myTarget SDK is 5.20.1.
2023
Version 5.20.0.0 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the VK Ads SDK is 5.20.0.
Version 5.19.0.2 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 5.19.0.1 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the VK Ads SDK is 5.19.0.
Version 5.18.0.1 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the VK Ads SDK is 5.18.0.
Version 5.17.5.1 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
Version 5.17.5.0 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
- The minimum supported version of the VK Ads SDK is 5.17.5.
Version 5.17.4.1 (May 25, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
Version 5.17.4.0 (May 12, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
- The minimum supported version of the VK Ads SDK is 5.17.4.
Version 5.17.2.0 (February 3, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
- The minimum supported version of the VK Ads SDK is 5.17.2.
2022
Versions 5.17.1.0 — 5.14.4.0
Version 5.17.1.0 (December 28, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- The minimum supported version of the VK Ads SDK is 5.17.1.
Version 5.17.0.0 (November 21, 2022)
Changes:
- The minimum supported iOS version is 12.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
- The minimum supported version of the VK Ads SDK is 5.17.0.
Version 5.15.2.1 (August 23, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
Version 5.15.2.0 (July 6, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
- The minimum supported version of the VK Ads SDK is 5.15.2.
Version 5.15.1.0 (April 14, 2022)
Changes:
- The minimum supported version of the VK Ads SDK is 5.15.1.
Version 5.14.4.0 (March 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The minimum supported version of the VK Ads SDK is 5.14.4.
Adapters for third-party mediation platforms
Google AdMob
2025
Version 7.18.0.0 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 7.17.0.0 (November 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.
Version 7.16.2.0 (October 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.
Version 7.16.0.0 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 7.15.0.0 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 7.14.1.0 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 7.14.0.0 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 7.13.0.0 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 7.12.3.0 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
- The minimum supported version of Google Mobile Ads is 12.2.0.
Version 7.12.0.0 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 7.11.0.0 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 7.10.1.0 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 7.10.0.0 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 7.9.0.0 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 7.8.0.0 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
- The minimum supported version of Google Mobile Ads is 11.12.0.
Version 7.7.0.0 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 7.6.1.0 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 7.6.0.0 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
- The minimum supported version of Google Mobile Ads is 11.10.0.
Version 7.5.1.0 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 7.5.0.0 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 7.4.1.0 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
Version 7.4.0.0 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
- The minimum supported version of Google Mobile Ads is 11.7.0.
Version 7.3.2.0 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 7.3.1.0 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 7.3.0.0 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 7.2.0.0 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
Version 7.1.1.0 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 7.1.0.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the Google Mobile Ads SDK is 11.3.0.
Version 7.0.2.0 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 7.0.1.0 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 7.0.0.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the Google Mobile Ads SDK is 11.2.0.
Version 6.4.1.0 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 6.4.0.0 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 6.3.0.0 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.14.0.
Version 6.2.0.0 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.13.0.
Version 6.1.0.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.12.0.
Version 6.0.0.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.9.0.
Version 5.9.1.0 (July 24, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.1.
Version 5.9.0.0 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.7.0.
Version 5.8.0.0 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.6.0.
Version 5.7.0.0 (May 25, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
Version 5.6.0.0 (May 12, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.3.0.
Version 5.5.0.0 (February 3, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
2022
Versions 5.4.0.0 — 5.0.0.0
Version 5.4.0.0 (December 28, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- The minimum supported version of the Google Mobile Ads SDK is 9.14.0.
Version 5.3.0.0 (November 21, 2022)
Changes:
- The minimum supported iOS version is 12.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
- The minimum supported version of the Google Mobile Ads SDK is 9.13.0.
Version 5.2.0.0 (August 23, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The minimum supported version of the Google Mobile Ads SDK is 9.9.0.
Version 5.1.0.0 (July 6, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
- The minimum supported version of the Google Mobile Ads SDK is 9.6.0.
Version 5.0.0.1 (May 6, 2022)
Changes:
- The minimum supported version of the Google Mobile Ads SDK is 9.2.0.
Version 5.0.0.0 (March 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The minimum supported version of the Google Mobile Ads SDK is 9.0.0.
IronSource
2025
Warning
IronSource, the third-party mediation adapter, is no longer supported. Use the official IronSource adapter, https://github.com/ironsource-mobile/iOS-adapters/tree/master/yandex-adapter.
Version 7.9.0.0 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 7.8.0.0 (December 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
- The minimum supported version of the IronSource SDK is 8.5.0.0.
Version 7.7.0.0 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 7.6.1.0 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 7.6.0.0 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
- The minimum supported version of the IronSource SDK is 8.4.0.0.
Version 7.5.1.0 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 7.5.0.0 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 7.4.1.0 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
- The minimum supported version of the IronSource SDK is 8.3.0.0.
Version 7.4.0.0 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
Version 7.3.2.0 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 7.3.1.0 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 7.3.0.0 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
- The minimum supported version of the IronSource SDK is 8.2.0.0.
Version 7.2.0.0 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
Version 7.1.1.0 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 7.1.0.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the IronSource SDK is 8.1.0.0.
Version 7.0.2.0 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 7.0.1.0 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 7.0.0.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the IronSource SDK is 7.9.1.0.
Version 6.4.1.0 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 6.4.0.0 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the IronSource SDK is 7.7.0.0.
2023
Version 6.3.0.0 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the IronSource SDK is 7.6.0.0.
Version 6.2.0.0 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
- The minimum supported version of the IronSource SDK is 7.5.1.0.
Version 6.1.0.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the IronSource SDK is 7.5.0.0.
Version 6.0.0.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the IronSource SDK is 7.4.0.0.
Version 5.9.1.0 (July 24, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.1.
Version 5.9.0.0 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
Version 5.8.0.0 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
Version 5.7.0.0 (May 25, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
Version 5.6.0.0 (May 12, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
- The minimum supported version of the IronSource SDK is 7.3.0.0.
Version 5.5.0.0 (February 3, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
- The minimum supported version of the IronSource SDK is 7.2.7.0.
2022
Versions 5.4.0.0 — 5.0.0.0
Version 5.4.0.0 (December 28, 2022)
Changes:
- Yandex Mobile Ads SDK 5.4.0 is now supported.
Version 5.3.0.0 (November 21, 2022)
Changes:
- The minimum supported iOS version is 12.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
- The minimum supported version of the IronSource SDK is 7.2.5.
Version 5.2.0.0 (August 23, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The minimum supported version of the IronSource SDK is 7.2.4.
Version 5.1.0.0 (July 6, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
- The minimum supported version of the IronSource SDK is 7.2.2.
Version 5.0.0.1 (May 6, 2022)
Changes:
- The minimum supported version of the IronSource SDK is 7.2.1.
Version 5.0.0.0 (March 16, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The minimum supported version of the IronSource SDK is 7.2.0.