Changelog
SDK
2026
Version 8.0.0 (April 23, 2026)
Full migration guideline AI migration guideline
Added
-
Added
AppOpenAdLoader.loadAd(with:)async method. -
Added
InterstitialAdLoader.loadAd(with:)async method. -
Added
NativeAd.loadImages()async method. -
Added
NativeAdLoader.loadAd(with:options:)async method. -
Added
NativeBulkAdLoader.loadAds(with:adsCount:options:)async method. -
Added
RewardedAdLoader.loadAd(with:)async method. -
Added
SliderAd.loadImages()async method. -
Added
SliderAdLoader.loadAd(with:options:)async method. -
Added
YandexAds.setAdapterIdentity(_:)method for setting mediation adapter identity. Call beforeYandexAds.initializeSDK(). -
Added
hasVideoproperty toNativeAdMedia. -
Added
offerIDproperty toCreative. -
Added
partnerTextproperty toAdInfo. -
Added
placeIDproperty toCreative. -
Added class
NativeAdOptionsfor configuring native ad loading options, including automatic image loading. -
Added SwiftUI API for banner, interstitial, rewarded, and app open ads.
-
Added support for the Feed Ad format.
-
Added documentation on automating SKAdNetwork identifiers updates.
-
Added 8.x AI-assisted migration tool.
Updated
-
Updated minimum supported
AppMetricaAdSupportversion to6.0.0. -
Updated minimum supported
AppMetricaCoreversion to6.0.0. -
Updated minimum supported
AppMetricaIDSyncversion to6.0.0. -
Updated minimum supported
AppMetricaLibraryAdapterversion to6.0.0. -
Updated minimum supported
DivKitBinaryCompatibilityFacadeversion to5.3.0. -
Updated SKAdNetwork identifiers list.
Breaking changes
-
Added
adUnitIDproperty toAdRequest. NowadUnitIDis passed as a parameter of theAdRequestinitializer, not as a separate parameter in the loading methods. -
Class
MobileAdswas renamed toYandexAds. -
Class
VideoControllerwas removed. -
Constant
kYMAAdsErrorDomainwas removed. -
Constant
kYMANativeAdErrorDomainwas removed. -
Constants from
YMAVersionwere removed. UseMobileAds.sdkVersioninstead. -
Function
AdViewDelegate.close(_:)was removed. -
Function
BannerAdSize.fixedSize(withWidth:height:)was renamed toBannerAdSize.fixed(width:height:). -
Function
BannerAdSize.inlineSize(withWidth:maxHeight:)was renamed toBannerAdSize.inline(width:maxHeight:). -
Function
BannerAdSize.stickySize(withContainerWidth:)was renamed toBannerAdSize.sticky(containerWidth:). -
Function
MobileAds.audioSessionManageris computed Property now. -
Function
MobileAds.sdkVersionwas removed. UseMobileAds.version.stringValueinstead. -
Function
NativeAd.bind(toSliderView:)was removed. UseSliderAd.bind(with:)instead. -
Function
NativeAdDelegate.close(_:)was removed. -
Function
NativeAdDelegate.nativeAd(_:didTrackImpressionWith:)was renamed toNativeAdDelegate.nativeAd(_:didTrackImpression:). property instead. -
Function
Rating.setRating(_:)was removed. Use propertyRating.ratinginstead. -
Function
SliderAdDelegate.sliderAdDidClose(_:)was removed. -
Initializer
AdView(adUnitID:adSize:)was renamed toAdView(adSize:). -
Method
AdView.loadAd()was removed. UseAdView.loadAd(with:)instead. -
Method
AdViewDelegate.viewControllerForPresentingModalView()was removed. -
Method
AppOpenAdLoader.loadAd(with:)was renamed toAppOpenAdLoader.loadAd(with:completion:). The completion parameter was added replacing the delegate methods. -
Method
InterstitialAdLoader.loadAd(with:)was renamed toInterstitialAdLoader.loadAd(with:completion:). The completion parameter was added replacing the delegate methods. -
Method
NativeAd.loadImages()was renamed toNativeAd.loadImages(completionHandler:). ThecompletionHandlerparameter was added replacing the observer method. -
Method
NativeAdDelegate.viewControllerForPresentingModalView()was removed. -
Method
NativeAdLoader.loadAd(with:)was renamed toNativeAdLoader.loadAd(with:options:completion:). An optionaloptionsparameter was added. Thecompletionparameter was also added replacing the delegate methods. -
Method
NativeBulkAdLoader.loadAds(with:adsCount:)was renamed toNativeBulkAdLoader.loadAds(with:adsCount:options:completion:). An optionaloptionsparameter was added. Thecompletionparameter was also added replacing the delegate methods. -
Method
RewardedAdLoader.loadAd(with:)was renamed toRewardedAdLoader.loadAd(with:completion:). Thecompletionparameter was added replacing the delegate methods. -
Method
SliderAd.loadImages()was renamed toSliderAd.loadImages(completionHandler:). ThecompletionHandlerparameter was added replacing the observer method. -
Method
SliderAdLoader.loadAd(with:)was renamed toSliderAdLoader.loadAd(with:options:completion:). An optionaloptionsparameter was added. Thecompletionparameter was also added replacing the delegate methods. -
Method
loadBidderToken(requestConfiguration:completionHandler:)inBidderTokenLoaderwas renamed toloadBidderToken(request:completionHandler:). -
Method
AppOpenAdDelegate(_:didFailToShowWithError:)was renamed toAppOpenAdDelegate(_:didFailToShow:). -
Method
AppOpenAdDelegate(_:didTrackImpressionWith:)was renamed toAppOpenAdDelegate(_:didTrackImpression:). -
Method
InterstitialAdDelegate(_:didFailToShowWithError:)was renamed toInterstitialAdDelegate(_:didFailToShow:). -
Method
InterstitialAdDelegate(_:didTrackImpressionWith:)was renamed toInterstitialAdDelegate(_:didTrackImpression:). -
Method
RewardedAdDelegate(_:didFailToShowWithError:)was renamed toRewardedAdDelegate(_:didFailToShow:). -
Method
RewardedAdDelegate(_:didTrackImpressionWith:)was renamed toRewardedAdDelegate(_:didTrackImpression:). -
Method
SliderAdDelegate(_:didTrackImpressionWith:) was renamed to SliderAdDelegate(_:didTrackImpression:). -
Properties
NativeAd.adAttributes,NativeAd.creativeID,NativeAd.campaignIDare removed. Use propertyNativeAd.adInfo.creativesinstead. -
Properties
SliderAd.adAttributes,SliderAd.creativeID,SliderAd.campaignIDare removed. Use propertySliderAd.adInfo.creativesinstead. -
Property
AdInfo.adSizeis removed. -
Property
AdInfo.adUnitIdwas renamed toAdInfo.adUnitID. -
Property
AdInfo.datawas renamed toAdInfo.extraData. -
Property
AdRequestError.adUnitIdwas renamed toAdRequestError.adUnitID. -
Property
AdView.adAttributesis removed. Use propertyAdView.adInfo.creativesinstead. -
Property
AdView.adUnitIDwas removed. UseAdView.adInfo?.adUnitIDinstead after loading the ad. -
Property
AdView.infois removed. Use propertyAdView.adInfo.partnerTextinstead. -
Property
AdView.videoControllerwas removed. -
Property
AppOpenAd.adAttributesis removed. Use propertyAppOpenAd.adInfo.creativesinstead. -
Property
InterstitialAd.adAttributesis removed. Use propertyInterstitialAd.adInfo.creativesinstead. -
Property
Native.infois removed. Use propertyNative.adInfo.partnerTextinstead. -
Property
RewardedAd.adAttributesis removed. Use propertyRewardedAd.adInfo.creativesinstead. -
Property
SliderAd.infois removed. Use propertySliderAd.adInfo.partnerTextinstead. -
Property
Version.buildMetadataIdentifierswas removed. -
Property
Version.prereleaseIdentifierswas removed. -
Protocol
VideoDelegatewas removed. -
Swift version that SDK is built with updated from 5 to 6
-
The
AdErrorCodehas been deleted. -
The
NativeErrorCodehas been deleted. -
The
resetmethods has been removed from theNativeVideoPlaybackProgressControlprotocol. -
The
targetInfofield in theAdRequestTokenConfigurationandBidderTokenRequestConfigurationhas been renamed totargeting. The class name of this field has been renamed fromAdTargetInfotoAdTargeting. -
The constants
kYMAGenderFemaleandkYMAGenderMalehave been removed. Use the newGenderclass. -
The field
isYandexMobileAdsErrorhas been removed fromErrorandNSError. -
The field
isYandexMobileNativeAdsErrorhas been removed fromErrorandNSError. -
The fields
age,gender,location,contextQueryandcontextTagshave been removed fromAdRequest. Use the newtargetingfield. -
The initializer
BidderTokenLoaderno longer accepts the parametermediationNetworkName. -
The methods
MobileAds.setLocationTrackingEnabled,MobileAds.setAgeRestrictedUserhave been renamed. UseMethodsYandexAds.setLocationTrackingandYandex.adssetAgeRestrictedinstead. -
The methods of
AppOpenAdDelegate,InterstitialAdDelegate,RewardedAdDelegate,NativeAdDelegate,SliderAdDelegateare no longer optional. -
The previously deprecated banner
AdSizeproperty in theBidderTokenRequestConfigurationhas been deleted. UseBidderTokenRequest.banner(size:targeting:parameters:). -
The properties of
NativeAdAssetsclass are immutable from now on. -
The type of the
warningfield in NativeAdAssetshas been changed toNativeAdWarning. -
Xcode version that SDK is built with updated from 16.4 to 26.2
-
AdRequestConfigurationwas removed. UseAdRequestfor all ad types. -
AppOpenAdDelegate,InterstitialAdDelegate,RewardedAdDelegate,NativeAd,NativeAdDelegate,SliderAd,SliderAdDelegate,AdViewDelegate,NativeVideoPlaybackMuteControlDelegate,NativeVideoPlaybackProgressControlprotocols are now MainActor-isolated. -
AppOpenAdLoaderDelegate,InterstitialAdLoaderDelegate,RewardedAdLoaderDelegate,NativeAdLoaderDelegate,NativeBulkAdLoaderDelegate,SliderAdLoaderDelegate,NativeAdImageLoadingObserverprotocols have been removed. The end of loading is handled via a completion handler or async/await from now on. -
AppOpenAd,InterstitialAd,RewardedAd,NativeVideoPlaybackControls,NativeAdViewData,NativeVideoPlaybackMuteControlclasses are now MainActor-isolated. -
BidderTokenLoader.init()is removed. UseBidderTokenLoader.init(mediationNetworkName:)instead. -
BidderTokenRequestConfiguration(adType:)is removed. Use factory methods instead:banner(size:targeting:parameters:),interstitial(targeting:parameters:),rewarded(targeting:parameters:),native(targeting:parameters:)orappOpenAd(targeting:parameters:). -
BidderTokenRequestConfigurationclass has been renamed toBidderTokenRequest. -
MutableAdRequestConfigurationwas removed. UseAdRequestinstead. -
MutableAdRequestwas removed. UseAdRequestinstead. -
MutableNativeAdRequestConfigurationwas removed. UseAdRequestinstead. -
MutableNativeTemplateAppearancewas removed. UseNativeTemplateAppearanceinstead. -
NativeAdRequestConfigurationwas removed. UseAdRequestfor native ads. -
NativeBannerViewclass and all related classes (NativeTemplateAppearence,NativeTemplateHorizontalOffset,ButtonAppearance,ImageAppearance,LabelAppearance,RatingAppearance,SizeConstraint,SizeConstraintType) have been removed. -
YMANativeAdViewwas renamed toNativeAdView. -
YMANativeMediaViewwas renamed toNativeMediaView. -
The
AdViewclass has been renamed toBannerAdView. TheAdViewDelegateprotocol has been renamed toBannerAdViewDelegate. Delegate methods have been renamed accordingly —adViewDidLoadtobannerAdViewDidLoad,adViewDidFailLoadingtobannerAdViewDidFailLoading,adViewDidClicktobannerAdViewDidClick,adView(_:didTrackImpression:)tobannerAdView(_:didTrackImpression:). -
Delegate methods have been removed from the public API:
-
AdViewDelegate:adViewWillLeaveApplication,adView(_:willPresentScreen:),adView(_:didDismissScreen:). -
NativeAdDelegate:nativeAdWillLeaveApplication,nativeAd(_:willPresentScreen:),nativeAd(_:didDismissScreen:). -
SliderAdDelegate:sliderAdWillLeaveApplication,sliderAd(_:willPresentScreen:),sliderAd(_:didDismissScreen:).
-
Version 7.18.4 (February 3, 2026)
Changes:
- Improved library stability for various devices.
Version 7.18.3 (January 27, 2026)
Changes:
- Improved library stability for various devices.
2025
Version 7.18.1 (December 15, 2025)
Changes:
- Improved library stability for various devices.
Version 7.18.0 (December 3, 2025)
Additions:
- Added dependency
AppMetricaIDSyncwith version 5.14.0. - Added SliderAd API.
Changes:
- Deprecated
bindAd(toSliderView:)inNativeAd. 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)
Additions:
- Added
Creativeclass with Creative ID and Campaign ID support. - Added
adInfoproperty toAdView. - Added
creativeIDandcampaignIDproperties toNativeAd. - Added
creativesproperty toAdInfo.
Changes:
- The minimum supported
AppMetricaAdSupportversion is 5.14.0. - The minimum supported
AppMetricaCoreversion is 5.14.0. - The minimum supported
AppMetricaLibraryAdapterversion is 5.14.0. - The minimum supported
DivKitBinaryCompatibilityFacadeversion is 5.2.1. - Deprecated
BidderTokenRequestConfiguration(adType:). Use factory methods instead:banner(size:),interstitial(),rewarded(),native()orappOpenAd(). AppMetricaCrashesdependency removed.
Version 7.16.2 (October 16, 2025)
Changes:
- Deprecated
AdInfo.data. This property will be removed in next versions. UseadAttributesproperty of ad class instead. - Deprecated
AdView.Info. This property will be removed in next versions. UseAdView.adAttributesinstead.
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)
Additions:
- 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)
Additions:
- 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)
Additions:
- 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)
Additions:
- 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:)instead.
Version 7.5.1 (September 19, 2024)
Changes:
- Fixed the
spmincompatibility caused byDivKitBinaryCompatibilityFacade.
Version 7.5.0 (September 17, 2024)
Changes:
- Replaced
DivKitwithDivkitbinarycompatibilityFacade. - 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)
Additions:
- Added a Debug Panel. This is a set of integration testing tools designed to speed up the integration of Yandex Mediation and ad launch.
Changes:
- The minimum supported
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)
Additions:
- 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)
Additions:
- AdPod is now supported.
- Added automatic preloading for interstitial ads.
- Added EndCard support for video ads.
- SKOverlay is now supported.
- Privacy Manifest is now supported.
Changes:
- The minimum supported Swift version is 5.9.
Breaking changes:
- API renamed. To learn more, see the guide for migrating to version 7.
- Removed the
loadBidderTokenWithCompletionHandler:method. Please use 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)
Additions:
- 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)
Additions:
- 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)
Additions:
- Yandex Mobile Mediation now supports the InMobi network.
- Added a new ad format: App Open Ads. This is a special ad format for monetizing the splash screen of your apps. These ads can be closed at any time and are designed to be served when users bring your app to the foreground, either at launch or when returning to it from the background.
Changes:
- The minimum supported iOS version is 13.
Breaking changes:
- Banners. New API for working with banner sizes.
- Interstitial ads and rewarded ads. Separated ad loading and rendering at the API level.
- Removed the obsolete
setAnalyticsReportingEnabled:(BOOL)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)
Additions:
- Migrated to XCFramework.
- Added M1 support.
- Added a callback function to notify when users click ads.
- For more information, see the guide for migrating to version 5.
Changes:
- Renamed the blockID parameter to AdUnitID.
- The minimum supported iOS version is 10.0.
- The minimum supported AppMetrica version is 4.0.0.
- You can no longer set flex banner sizes without specifying the maximum width and height.
Version 5.0.0-alpha.2 (March 8, 2022)
Changes:
- Improved library stability for various devices.
Version 5.0.0-alpha.1 (January 31, 2022)
Additions:
- Migrated to XCFramework.
- Added M1 support.
- Added a callback function to notify when users click ads.
- For more information, see the guide for migrating to version 5.
Changes:
- Renamed the blockID parameter to AdUnitID.
- The minimum supported iOS version is 10.0.
- The minimum supported AppMetrica version is 4.0.0.
- You can no longer set flex banner sizes without specifying the maximum width and height.
InStream API
2026
Version 0.65.0 (February 3, 2026)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.4.
Version 0.64.0 (January 27, 2026)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.3.
2025
Version 0.63.0 (December 15, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.1.
Version 0.62.0 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 0.61.0 (November 18, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.17.1.
Version 0.60.0 (November 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.
Version 0.59.0 (October 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.
Version 0.57.0 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 0.56.0 (July 28, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.1.
Version 0.55.0 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 0.54.0 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 0.53.0 (June 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 0.52.0 (May 26, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 0.51.0 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
Version 0.50.0 (April 30, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.2.
Version 0.49.0 (March 31, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 0.48.0 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.1.
Version 0.47.0 (March 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 0.46.0 (February 26, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.2.
Version 0.46.0 (February 25, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.2.
Version 0.45.0 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 0.44.0 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 0.43.0 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 0.42.0 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
Version 0.41.0 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 0.40.0 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 0.39.0 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
Version 0.38.0 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 0.37.0 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 0.36.0 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
Version 0.35.0 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
Version 0.34.0 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 0.33.0 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 0.32.0 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 0.31.0 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
Version 0.30.0 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 0.29.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
Version 0.28.0 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 0.27.0 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 0.26.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
Version 0.25.0 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 0.24.0 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 0.23.0 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
Version 0.22.0 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 0.21.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
Version 0.20.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
Version 0.19.0 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
Version 0.18.0 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
Version 0.15.0 (February 3, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
2022
Versions 0.14.0 — 0.9.0
Version 0.14.0 (December 28, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
Version 0.13.0 (November 21, 2022)
Changes:
- The minimum supported iOS version is 12.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
Version 0.12.0 (August 23, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
Version 0.10.0 (July 6, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
Version 0.9.0 (June 28, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.1.
Mobile mediation
Digital Turbine (ex. AdColony)
2024
Version 4.9.0.21 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
Version 4.9.0.20 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
Version 4.9.0.19 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 4.9.0.18 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 4.9.0.17 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 4.9.0.16 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
Version 4.9.0.15 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 4.9.0.14 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
Version 4.9.0.13 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 4.9.0.12 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 4.9.0.11 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
Version 4.9.0.10 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 4.9.0.9 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 4.9.0.8 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
Version 4.9.0.7 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 4.9.0.6 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
Version 4.9.0.5 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
Version 4.9.0.4 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
Version 4.9.0.3 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
Version 4.9.0.2 (May 25, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
- The minimum supported version of the Digital Turbine SDK is 4.9.0.
AppLovin
2025
Version 13.3.1.3 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 13.3.1.2 (November 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.17.0.
Version 13.3.1.1 (October 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.2.
Version 13.3.1.0 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 13.1.0.4 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 13.1.0.3 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 13.1.0.2 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 13.1.0.1 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 13.1.0.0 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
- The minimum supported version of the AppLovin SDK is 13.1.0.
Version 13.0.1.5 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 13.0.1.4 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 13.0.1.3 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 13.0.1.2 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 13.0.1.1 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 13.0.1.0 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
- The minimum supported version of the AppLovin SDK is 13.0.1.
Version 12.6.1.5 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 12.6.1.4 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 12.6.1.3 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
Version 12.6.1.2 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 12.6.1.1 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 12.6.1.0 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
- The minimum supported version of the AppLovin SDK is 12.6.1.
Version 12.6.0.0 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
- The minimum supported version of the AppLovin SDK is 12.6.0.
Version 12.5.0.5 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 12.5.0.4 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 12.5.0.3 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 12.5.0.2 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
Version 12.5.0.1 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 12.5.0.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the AppLovin SDK is 12.5.0.
Version 12.3.1.2 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 12.3.1.1 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 12.3.1.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the AppLovin SDK is 12.3.1.
Version 12.1.0.2 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 12.1.0.1 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 12.1.0.0 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the AppLovin SDK is 12.1.0.
Version 11.11.4.0 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
- The minimum supported version of the AppLovin SDK is 11.11.4.
Version 11.11.3.1 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the AppLovin SDK is 11.11.3.
Version 11.11.2.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the AppLovin SDK is 11.11.2.
Version 11.10.1.1 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
Version 11.10.1.0 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
- The minimum supported version of the AppLovin SDK is 11.10.1.
Version 11.9.0.0 (May 25, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
- The minimum supported version of the AppLovin SDK is 11.9.0.
Version 11.8.2.0 (May 12, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
- The minimum supported version of the AppLovin SDK is 11.8.2.
Version 11.6.1.0 (February 3, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
- The minimum supported version of the AppLovin SDK is 11.6.1.
2022
Versions 5.5.0 — 5.0.0-alpha.1
Version 11.6.0.0 (December 28, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- The minimum supported version of the AppLovin SDK is 11.6.0.
Version 11.5.5.0 (November 21, 2022)
Changes:
- The minimum supported iOS version is 12.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
- The minimum supported version of the AppLovin SDK is 11.5.5.
Version 11.4.3.0 (August 23, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The minimum supported version of the AppLovin SDK is 11.4.3.
Version 11.4.2.0 (July 6, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
- The minimum supported version of the AppLovin SDK is 11.4.2.
Version 11.3.2.0 (April 14, 2022)
Changes:
- The minimum supported version of the AppLovin SDK is 11.3.2.
Version 11.0.0.0 (March 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The minimum supported version of the AppLovin SDK is 11.0.0.
BIGO Ads
2025
Version 4.6.0.13 (December 3, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.18.0.
Version 4.6.0.12 (November 14, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.17.0.
Version 4.6.0.11 (October 16, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.16.2.
Version 4.6.0.10 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 4.6.0.9 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 4.6.0.8 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 4.6.0.7 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 4.6.0.6 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 4.6.0.5 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
Version 4.6.0.4 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 4.6.0.3 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 4.6.0.2 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 4.6.0.1 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 4.6.0.0 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
- The minimum supported version of the BigoAds SDK is 4.6.0.
2024
Version 4.5.1.0 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
- The minimum supported version of the BIGO Ads SDK is 4.5.1.
Version 4.2.3.12 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 4.2.3.11 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 4.2.3.10 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
Version 4.2.3.9 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 4.2.3.8 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 4.2.3.7 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
Version 4.2.3.6 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
Version 4.2.3.5 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 4.2.3.4 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 4.2.3.3 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 4.2.3.2 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
Version 4.2.3.1 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 4.2.3.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the BIGO Ads SDK is 4.2.3.
Version 4.2.1.2 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 4.2.1.1 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 4.2.1.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the BIGO Ads SDK is 4.2.1.
Version 4.2.0.1 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 4.2.0.0 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the BIGO Ads SDK is 4.2.0.
2023
Version 4.0.4.2 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
Version 4.0.4.1 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 4.0.4.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the BIGO Ads SDK is 4.0.4.
Chartboost
2025
Version 9.9.2.3 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 9.9.2.0 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 9.8.1.4 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 9.8.1.3 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 9.8.1.2 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 9.8.1.1 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 9.8.1.0 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
- The minimum supported version of the Chartboost SDK is 9.8.1.
Version 9.8.0.6 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 9.8.0.5 (March 7, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 9.8.0.4 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 9.8.0.3 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 9.8.0.2 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 9.8.0.1 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
Version 9.8.0.0 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
- The minimum supported version of the Chartboost SDK is 9.8.0.
Version 9.7.0.14 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 9.7.0.13 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
Version 9.7.0.12 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 9.7.0.11 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 9.7.0.10 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
Version 9.7.0.9 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
Version 9.7.0.8 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 9.7.0.7 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 9.7.0.6 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 9.7.0.5 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
Version 9.7.0.4 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 9.7.0.3 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
Version 9.7.0.2 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 9.7.0.1 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 9.7.0.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the Chartboost SDK is 9.7.0.
Version 9.6.0.1 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 9.6.0.0 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the Chartboost SDK is 9.6.0.
2023
Version 9.5.1.1 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
Version 9.5.1.1 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
- The minimum supported version of the Chartboost SDK is 9.5.1.
Version 9.4.0.1 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
Version 9.4.0.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the Chartboost SDK is 9.4.0.
Version 9.3.1.0 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
- The minimum supported version of the Chartboost SDK is 9.3.1.
Version 9.3.0.1 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
Version 9.3.0.0 (May 25, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
- The minimum supported version of the Chartboost SDK is 9.3.0.
2025
Version 12.2.0.8 (December 3, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.18.0.
Version 12.2.0.5 (September 17, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.17.0.
Version 12.2.0.6 (October 16, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.16.2.
Version 12.2.0.5 (September 17, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.16.0.
Version 12.2.0.4 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 12.2.0.2 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 12.2.0.1 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 12.2.0.0 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
- The minimum supported version of the Google Mobile Ads SDK is 12.2.0.
Version 11.12.0.5 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 11.12.0.4 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 11.12.0.3 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 11.12.0.2 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 11.12.0.1 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 11.12.0.0 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
- The minimum supported version of the Google Mobile Ads SDK is 11.12.0.
Version 11.10.0.2 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 11.10.0.1 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 11.10.0.0 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
- The minimum supported version of the Google Mobile Ads SDK is 11.10.0.
Version 11.7.0.3 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 11.7.0.2 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 11.7.0.1 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
Version 11.7.0.0 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
- The minimum supported version of the Google Mobile Ads SDK is 11.7.0.
Version 11.3.0.5 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 11.3.0.4 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 11.3.0.3 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 11.3.0.2 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
Version 11.3.0.1 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 11.3.0.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the Google Mobile Ads SDK is 11.3.0.
Version 11.2.0.2 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 11.2.0.1 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 11.2.0.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the Google Mobile Ads SDK is 11.2.0.
Version 10.14.0.2 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 10.14.0.1 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 10.14.0.0 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.14.0.
Version 10.13.0.0 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.13.0.
Version 10.12.0.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.12.0.
Version 10.9.0.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.9.0.
- The adapter name changed to "GoogleYandexMobileAdsAdapters".
Version 10.7.0.0 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.7.0.
Version 10.6.0.0 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.6.0.
Version 10.4.0.0 (May 25, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.4.0.
Version 10.3.0.0 (May 12, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.3.0.
2022
Versions 9.14.0.0 — 9.0.0.0
Version 9.14.0.0 (December 28, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- The minimum supported version of the Google Mobile Ads SDK is 9.14.0.
Version 9.13.0.0 (November 21, 2022)
Changes:
- The minimum supported iOS version is 12.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
- The minimum supported version of the Google Mobile Ads SDK is 9.13.0.
Version 9.9.0.0 (August 23, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The minimum supported version of the Google Mobile Ads SDK is 9.9.0.
Version 9.6.0.0 (July 6, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
- The minimum supported version of the Google Mobile Ads SDK is 9.2.0.
Version 9.2.0.0 (April 14, 2022)
Changes:
- The minimum supported version of the Google Mobile Ads SDK is 9.2.0.
Version 9.0.0.0 (March 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The minimum supported version of the Google Mobile Ads SDK is 9.0.0.
InMobi
2025
Version 10.8.6.3 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 10.8.6.2 (November 14, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.17.0.
Version 10.8.6.1 (October 16, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.16.2.
Version 10.8.6.0 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 10.7.8.13 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 10.7.8.12 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 10.7.8.11 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 10.7.8.10 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 10.7.8.9 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
Version 10.7.8.8 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 10.7.8.7 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 10.7.8.6 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 10.7.8.5 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 10.7.8.4 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 10.7.8.3 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
Version 10.7.8.2 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 10.7.8.1 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 10.7.8.0 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
- The minimum supported version of the InMobi SDK is 10.7.8.
Version 10.7.5.2 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 10.7.5.1 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 10.7.5.0 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
- The minimum supported version of the InMobi SDK is 10.7.5.
Version 10.7.4.4 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
Version 10.7.4.3 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 10.7.4.2 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 10.7.4.1 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 10.7.4.0 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
- The minimum supported version of the InMobi SDK is 10.7.4.
Version 10.5.5.11 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 10.5.5.10 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
Version 10.5.5.9 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 10.5.5.8 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 10.5.5.7 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
Version 10.5.5.6 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 10.5.5.5 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 10.5.5.4 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
Version 10.5.5.3 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 10.5.5.2 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
Version 10.5.5.1 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the InMobi SDK is 10.5.5.
IronSource
2025
Version 8.11.0.2 (December 3, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.18.0.
Version 8.11.0.1 (November 14, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.17.0.
Version 8.11.0.0 (October 16, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.16.2.
- The minimum supported version of IronSource SDK is 8.11.0.0.
Version 8.10.0.0 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 8.7.0.4 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 8.7.0.3 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 8.7.0.2 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 8.7.0.1 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 8.7.0.0 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
- The minimum supported version of the IronSource SDK is 8.7.0.0.
Version 8.5.0.5 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 8.5.0.4 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 8.5.0.3 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 8.5.0.2 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 8.5.0.1 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 8.5.0.0 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
- The minimum supported version of the IronSource SDK is 8.5.0.
Version 8.4.0.2 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 8.4.0.1 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 8.4.0.0 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
- The minimum supported version of the IronSource SDK is 8.4.0.
Version 8.3.0.2 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 8.3.0.1 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 8.3.0.0 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
- The minimum supported version of the IronSource SDK is 8.3.0.
Version 8.2.0.3 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
Version 8.2.0.2 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 8.2.0.1 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 8.2.0.0 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
- The minimum supported version of the IronSource SDK is 8.2.0.
Version 8.1.0.2 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
Version 8.1.0.1 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 8.1.0.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the IronSource SDK is 8.1.0.0.
Version 7.9.1.2 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 7.9.1.1 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 7.9.1.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the IronSource SDK is 7.9.1.0.
Version 7.7.0.1 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 7.7.0.0 (February 12, 2024)
Changes:
- Added support for banner ads.
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the IronSource SDK is 7.7.0.0.
2023
Version 7.6.0.0 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the IronSource SDK is 7.6.0.0.
Version 7.5.1.0 (December 6, 2023)
Changes:
- Added support for banner ads.
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
- The minimum supported version of the IronSource SDK is 7.5.1.0.
Version 7.5.0.1 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the IronSource SDK is 7.5.0.0.
Version 7.4.0.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the IronSource SDK is 7.4.0.0.
Version 7.3.0.3 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
Version 7.3.0.2 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
Version 7.3.0.1 (May 25, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
Version 7.3.0.0 (May 12, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
- The minimum supported version of the IronSource SDK is 7.3.0.0.
Version 7.2.7.0 (February 3, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
- The minimum supported version of the IronSource SDK is 7.2.7.0.
2022
Versions 7.2.5.1 — 7.1.4.1
Version 7.2.5.1 (December 28, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
Version 7.2.5.0 (November 21, 2022)
Changes:
- The minimum supported iOS version is 12.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
- The minimum supported version of the IronSource SDK is 7.2.5.1.
Version 7.2.4.0 (August 23, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The minimum supported version of the IronSource SDK is 7.2.4.0.
Version 7.2.2.0 (July 6, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
- The minimum supported version of the IronSource SDK is 7.2.2.0.
Version 7.2.1.2 (April 14, 2022)
Changes:
- The minimum supported version of the IronSource SDK is 7.2.1.2.
Version 7.1.4.1 (March 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
Mintegral
2025
Version 7.7.9.3 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 7.7.9.2 (November 14, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.17.0.
Version 7.7.9.1 (October 16, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.16.2.
Version 7.7.9.0 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 7.7.7.4 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 7.7.7.3 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 7.7.7.2 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 7.7.7.1 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 7.7.7.0 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
- The minimum supported version of the Mintegral SDK is 7.7.7.
Version 7.7.3.8 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 7.7.3.7 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 7.7.3.6 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 7.7.3.5 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 7.7.3.4 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 7.7.3.3 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
Version 7.7.3.2 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 7.7.3.1 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 7.7.3.0 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
- The minimum supported version of the Mintegral SDK is 7.7.3.
Version 7.6.9.3 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 7.6.9.2 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 7.6.9.1 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
Version 7.6.9.0 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
- The minimum supported version of the Mintegral SDK is 7.6.9.
Version 7.6.7.3 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 7.6.7.2 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 7.6.7.1 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 7.6.7.0 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
- The minimum supported version of the Mintegral SDK is 7.6.7.
- Added support for native ads.
Version 7.6.4.1 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 7.6.4.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the Mintegral SDK is 7.6.4.
Version 7.5.9.2 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 7.5.9.1 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 7.5.9.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the Mintegral SDK is 7.5.9.
Version 7.5.6.1 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 7.5.6.0 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the Mintegral SDK is 7.5.6.
2023
Version 7.5.1.0 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the Mintegral SDK is 7.5.1.
Version 7.4.7.1 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 7.4.7.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the Mintegral SDK is 7.4.7.
Version 7.4.2.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the Mintegral SDK is 7.4.2.
Version 7.3.9.0 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
- The minimum supported version of the Mintegral SDK is 7.3.9.
Version 7.3.8.0 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
- The minimum supported version of the Mintegral SDK is 7.3.8.
Version 7.3.5.0 (May 25, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
- The minimum supported version of the Mintegral SDK is 7.3.5.
Version 7.3.4.0 (May 12, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
- The minimum supported version of the Mintegral SDK is 7.3.4.
Version 7.2.9.0 (February 3, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
- The minimum supported version of the Mintegral SDK is 7.2.9.
2022
Versions 7.2.8.0 — 7.1.0.0
Version 7.2.8.0 (December 28, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- The minimum supported version of the Mintegral SDK is 7.2.8.
Version 7.2.6.0 (November 21, 2022)
Changes:
- The minimum supported iOS version is 12.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
- The minimum supported version of the Mintegral SDK is 7.2.6.
Version 7.1.9.0 (August 23, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
Version 7.1.7.0 (July 6, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
Version 7.1.0.0 (May 25, 2022)
Changes:
- The minimum supported version of the Mintegral SDK is 7.1.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.2.
Pangle
2026
Version 7.9.0.0 (May 5, 2026)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 8.0.0.
zMaticoo
2026
Version 1.5.6.0 (May 5, 2026)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 8.0.0.
Start.io
2025
Version 4.10.4.21 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 4.10.4.20 (November 14, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.17.0.
Version 4.10.4.19 (October 16, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.16.2.
Version 4.10.4.18 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 4.10.4.17 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 4.10.4.16 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 4.10.4.15 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 4.10.4.14 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 4.10.4.13 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
Version 4.10.4.12 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 4.10.4.11 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 4.10.4.10 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 4.10.4.9 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 4.10.4.8 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 4.10.4.7 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
Version 4.10.4.6 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 4.10.4.5 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 4.10.4.4 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
Version 4.10.4.3 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 4.10.4.2 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 4.10.4.1 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
Version 4.10.4.0 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
- The minimum supported version of the Start.io SDK is 4.10.4.
Version 4.10.3.5 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 4.10.3.4 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 4.10.3.3 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 4.10.3.2 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
Version 4.10.3.1 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 4.10.3.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the Start.io SDK is 4.10.3.
Version 4.10.2.5 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 4.10.2.4 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 4.10.2.3 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
Version 4.10.2.2 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 4.10.2.1 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 4.10.2.0 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the Start.io SDK is 4.10.2.
Version 4.10.0.1 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 4.10.0.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
Version 4.10.0.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the Start.io SDK is 4.10.0.
2022
Versions 4.7.3.0 — 4.7.0.0
Version 4.7.3.0 (August 23, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The minimum supported version of the Start.io SDK is 4.7.3.
Version 4.7.0.1 (July 6, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
Version 4.7.0.0 (March 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The minimum supported version of the Start.io SDK is 4.7.0.
Liftoff (ex. Vungle)
2025
Version 7.4.2.14 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 7.4.2.13 (November 14, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.17.0.
Version 7.4.2.12 (October 16, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.16.2.
Version 7.4.2.11 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 9.9.2.0 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 7.4.2.10 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 7.4.2.9 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 7.4.2.8 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 7.4.2.7 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 7.4.2.6 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
Version 7.4.2.5 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 7.4.2.4 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 7.4.2.3 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 7.4.2.2 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 7.4.2.1 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 7.4.2.0 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
- The minimum supported version of the VungleAds SDK is 7.4.2.
Version 7.4.1.4 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 7.4.1.3 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 7.4.1.2 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
Version 7.4.1.1 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 7.4.1.0 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
- The minimum supported version of the VungleAds SDK is 7.4.1.
Version 7.4.0.5 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
Version 7.4.0.4 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
Version 7.4.0.3 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 7.4.0.2 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 7.4.0.1 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 7.4.0.0 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
- The minimum supported version of the VungleAds SDK is 7.4.0.
Version 7.3.2.1 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 7.3.2.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the Vungle Ads SDK is 7.3.2.
Unity Ads
2025
Version 4.16.1.3 (December 3, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.18.0.
Version 4.16.1.2 (November 14, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.17.0.
Version 4.16.1.1 (October 16, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.16.2.
Version 4.16.1.0 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 4.12.4.10 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 4.12.4.9 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 4.12.4.8 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 4.12.4.7 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 4.12.4.6 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
Version 4.12.4.5 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 4.12.4.4 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 4.12.4.3 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 4.12.4.2 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 4.12.4.1 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 4.12.4.0 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
- The minimum supported version of the Unity Ads SDK is 4.12.4.
Version 4.12.3.2 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 4.12.3.1 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 4.12.3.0 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
- The minimum supported version of the Unity Ads SDK is 4.12.3.
Version 4.12.2.3 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 4.12.2.2 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 4.12.2.1 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
Version 4.12.2.0 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
- The minimum supported version of the Unity Ads SDK is 4.12.2.
Version 4.12.1.3 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 4.12.1.2 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 4.12.1.1 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 4.12.1.0 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
- The minimum supported version of the Unity Ads SDK is 4.12.1.
Version 4.11.3.1 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 4.11.3.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the Unity Ads SDK is 4.11.3.
Version 4.9.3.2 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 4.9.3.1 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 4.9.3.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the Unity Ads SDK is 4.9.3.
Version 4.9.2.2 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 4.9.2.1 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 4.9.2.0 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the Unity Ads SDK is 4.9.2.
Version 4.9.1.0 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
- The minimum supported version of the Unity Ads SDK is 4.9.1.
Version 4.9.0.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the Unity Ads SDK is 4.9.0.
Version 4.8.0.1 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
Version 4.8.0.0 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
- The minimum supported version of the Unity Ads SDK is 4.8.0.
Version 4.7.1.1 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
Version 4.7.1.0 (May 25, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
- The minimum supported version of the Unity Ads SDK is 4.7.1.
Version 4.6.1.0 (May 12, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
- The minimum supported version of the Unity Ads SDK is 4.6.1.
Version 4.5.0.0 (February 3, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
- The minimum supported version of the Unity Ads SDK is 4.5.0.
2022
Versions 4.4.1.1 — 4.0.0.0
Version 4.4.1.1 (December 28, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
Version 4.4.1.0 (November 21, 2022)
Changes:
- The minimum supported iOS version is 12.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
- The minimum supported version of the Unity Ads SDK is 4.4.1.
Version 4.3.0.0 (August 23, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The minimum supported version of the Unity Ads SDK is 4.3.0.
Version 4.2.1.0 (July 6, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
- The minimum supported version of the Unity Ads SDK is 4.2.1.
Version 4.1.0.0 (April 14, 2022)
Changes:
- The minimum supported version of the Unity Ads SDK is 4.1.0.
Version 4.0.0.0 (March 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The minimum supported version of the Unity Ads SDK is 4.0.0.
//: # (VK Ads (formerly myTarget))
VK Ads (ex. myTarget)
2025
Version 5.28.0.8 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 5.28.0.7 (November 14, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.17.0.
Version 5.28.0.6 (October 16, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.16.2.
Version 5.28.0.5 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 5.28.0.4 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 5.28.0.3 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 5.28.0.1 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 5.28.0.1 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 5.28.0.0 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
- The minimum supported version of the myTarget SDK is 5.28.0.
Version 5.26.0.0 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 5.22.0.4 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 5.22.0.3 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 5.22.0.2 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 5.22.0.1 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 5.22.0.0 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
- The minimum supported version of the myTarget SDK is 5.22.0.
Version 5.21.7.5 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 5.21.7.4 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 5.21.7.3 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
Version 5.21.7.2 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 5.21.7.1 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 5.21.7.0 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
- The minimum supported version of the myTarget SDK is 5.21.7.
Version 5.21.6.0 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
- The minimum supported version of the myTarget SDK is 5.21.6.
Version 5.21.5.2 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 5.21.5.1 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 5.21.5.0 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
- The minimum supported version of the myTarget SDK is 5.21.5.
Version 5.21.4.0 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
- The minimum supported version of the myTarget SDK is 5.21.4.
Version 5.21.2.1 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 5.21.2.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the myTarget SDK is 5.21.2.
Version 5.21.1.2 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 5.21.1.1 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 5.21.1.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the myTarget SDK is 5.21.1.
Version 5.20.1.1 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 5.20.1.0 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the myTarget SDK is 5.20.1.
2023
Version 5.20.0.0 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the VK Ads SDK is 5.20.0.
Version 5.19.0.2 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
Version 5.19.0.1 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the VK Ads SDK is 5.19.0.
Version 5.18.0.1 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the VK Ads SDK is 5.18.0.
Version 5.17.5.1 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
Version 5.17.5.0 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
- The minimum supported version of the VK Ads SDK is 5.17.5.
Version 5.17.4.1 (May 25, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
Version 5.17.4.0 (May 12, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
- The minimum supported version of the VK Ads SDK is 5.17.4.
Version 5.17.2.0 (February 3, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
- The minimum supported version of the VK Ads SDK is 5.17.2.
2022
Versions 5.17.1.0 — 5.14.4.0
Version 5.17.1.0 (December 28, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- The minimum supported version of the VK Ads SDK is 5.17.1.
Version 5.17.0.0 (November 21, 2022)
Changes:
- The minimum supported iOS version is 12.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
- The minimum supported version of the VK Ads SDK is 5.17.0.
Version 5.15.2.1 (August 23, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
Version 5.15.2.0 (July 6, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
- The minimum supported version of the VK Ads SDK is 5.15.2.
Version 5.15.1.0 (April 14, 2022)
Changes:
- The minimum supported version of the VK Ads SDK is 5.15.1.
Version 5.14.4.0 (March 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The minimum supported version of the VK Ads SDK is 5.14.4.
Adapters for third-party mediation platforms
Google AdMob (ex. AdMob)
2025
Version 7.18.0.0 (December 3, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.18.0.
Version 7.17.0.0 (November 14, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.17.0.
Version 7.16.2.0 (October 16, 2025)
Changes:
- The minimum supported version of Yandex Mobile Ads SDK is 7.16.2.
Version 7.16.0.0 (September 17, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.16.0.
Version 7.15.0.0 (July 22, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.15.0.
Version 7.14.1.0 (June 24, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.1.
Version 7.14.0.0 (June 19, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.14.0.
Version 7.13.0.0 (May 29, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.13.0.
Version 7.12.3.0 (May 12, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.3.
- The minimum supported version of Google Mobile Ads is 12.2.0.
Version 7.12.0.0 (April 2, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.12.0.
Version 7.11.0.0 (March 11, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.11.0.
Version 7.10.1.0 (February 14, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.1.
Version 7.10.0.0 (February 6, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.10.0.
Version 7.9.0.0 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 7.8.0.0 (December 13, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
- The minimum supported version of Google Mobile Ads is 11.12.0.
Version 7.7.0.0 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 7.6.1.0 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 7.6.0.0 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
- The minimum supported version of Google Mobile Ads is 11.10.0.
Version 7.5.1.0 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 7.5.0.0 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 7.4.1.0 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
Version 7.4.0.0 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
- The minimum supported version of Google Mobile Ads is 11.7.0.
Version 7.3.2.0 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 7.3.1.0 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 7.3.0.0 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
Version 7.2.0.0 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
Version 7.1.1.0 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 7.1.0.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the Google Mobile Ads SDK is 11.3.0.
Version 7.0.2.0 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 7.0.1.0 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 7.0.0.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the Google Mobile Ads SDK is 11.2.0.
Version 6.4.1.0 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 6.4.0.0 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
2023
Version 6.3.0.0 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.14.0.
Version 6.2.0.0 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.13.0.
Version 6.1.0.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.12.0.
Version 6.0.0.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.9.0.
Version 5.9.1.0 (July 24, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.1.
Version 5.9.0.0 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.7.0.
Version 5.8.0.0 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.6.0.
Version 5.7.0.0 (May 25, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
Version 5.6.0.0 (May 12, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
- The minimum supported version of the Google Mobile Ads SDK is 10.3.0.
Version 5.5.0.0 (February 3, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
2022
Versions 5.4.0.0 — 5.0.0.0
Version 5.4.0.0 (December 28, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.4.0.
- The minimum supported version of the Google Mobile Ads SDK is 9.14.0.
Version 5.3.0.0 (November 21, 2022)
Changes:
- The minimum supported iOS version is 12.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
- The minimum supported version of the Google Mobile Ads SDK is 9.13.0.
Version 5.2.0.0 (August 23, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The minimum supported version of the Google Mobile Ads SDK is 9.9.0.
Version 5.1.0.0 (July 6, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
- The minimum supported version of the Google Mobile Ads SDK is 9.6.0.
Version 5.0.0.1 (May 6, 2022)
Changes:
- The minimum supported version of the Google Mobile Ads SDK is 9.2.0.
Version 5.0.0.0 (March 8, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The minimum supported version of the Google Mobile Ads SDK is 9.0.0.
IronSource
2025
Warning
IronSource, the third-party mediation adapter, is no longer supported. Use the official IronSource adapter, https://github.com/ironsource-mobile/iOS-adapters/tree/master/yandex-adapter.
Version 7.9.0.0 (January 16, 2025)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.9.0.
2024
Version 7.8.0.0 (December 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.8.0.
- The minimum supported version of the IronSource SDK is 8.5.0.0.
Version 7.7.0.0 (November 15, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.7.0.
Version 7.6.1.0 (November 11, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.1.
Version 7.6.0.0 (October 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.6.0.
- The minimum supported version of the IronSource SDK is 8.4.0.0.
Version 7.5.1.0 (September 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.1.
Version 7.5.0.0 (September 17, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.5.0.
Version 7.4.1.0 (September 9, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.1.
- The minimum supported version of the IronSource SDK is 8.3.0.0.
Version 7.4.0.0 (August 23, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.4.0.
Version 7.3.2.0 (August 8, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.2.
Version 7.3.1.0 (August 2, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.1.
Version 7.3.0.0 (July 25, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.3.0.
- The minimum supported version of the IronSource SDK is 8.2.0.0.
Version 7.2.0.0 (July 19, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.2.0.
Version 7.1.1.0 (July 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.1.
Version 7.1.0.0 (June 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.1.0.
- The minimum supported version of the IronSource SDK is 8.1.0.0.
Version 7.0.2.0 (May 29, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.2.
Version 7.0.1.0 (April 18, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.1.
Version 7.0.0.0 (April 4, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 7.0.0.
- The minimum supported version of the IronSource SDK is 7.9.1.0.
Version 6.4.1.0 (March 5, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.1.
Version 6.4.0.0 (February 12, 2024)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.4.0.
- The minimum supported version of the IronSource SDK is 7.7.0.0.
2023
Version 6.3.0.0 (December 18, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.3.0.
- The minimum supported version of the IronSource SDK is 7.6.0.0.
Version 6.2.0.0 (December 6, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.2.0.
- The minimum supported version of the IronSource SDK is 7.5.1.0.
Version 6.1.0.0 (October 20, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.1.0.
- The minimum supported version of the IronSource SDK is 7.5.0.0.
Version 6.0.0.0 (August 31, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 6.0.0.
- The minimum supported version of the IronSource SDK is 7.4.0.0.
Version 5.9.1.0 (July 24, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.1.
Version 5.9.0.0 (July 14, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.9.0.
Version 5.8.0.0 (June 30, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.8.0.
Version 5.7.0.0 (May 25, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.7.0.
Version 5.6.0.0 (May 12, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.6.0.
- The minimum supported version of the IronSource SDK is 7.3.0.0.
Version 5.5.0.0 (February 3, 2023)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.5.0.
- The minimum supported version of the IronSource SDK is 7.2.7.0.
2022
Versions 5.4.0.0 — 5.0.0.0
Version 5.4.0.0 (December 28, 2022)
Changes:
- Yandex Mobile Ads SDK 5.4.0 is now supported.
Version 5.3.0.0 (November 21, 2022)
Changes:
- The minimum supported iOS version is 12.0.
- The minimum supported version of the Yandex Mobile Ads SDK is 5.3.0.
- The minimum supported version of the IronSource SDK is 7.2.5.
Version 5.2.0.0 (August 23, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.2.0.
- The minimum supported version of the IronSource SDK is 7.2.4.
Version 5.1.0.0 (July 6, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.1.0.
- The minimum supported version of the IronSource SDK is 7.2.2.
Version 5.0.0.1 (May 6, 2022)
Changes:
- The minimum supported version of the IronSource SDK is 7.2.1.
Version 5.0.0.0 (March 16, 2022)
Changes:
- The minimum supported version of the Yandex Mobile Ads SDK is 5.0.0-alpha.2.
- The minimum supported version of the IronSource SDK is 7.2.0.