YandexMobileAdsPackage

7.0.0

Yandex Mobile Ads SDK iOS
yandexmobile/yandex-ads-sdk-ios

What's New

Release 7.0.0

2024-04-04T09:19:31Z

Release of YandexMobileAds and it's Adapters

YandexMobileAds 7.0.0

Added

  • AdPod ads support
  • Auto-preload support for full-screen ads
  • EndCard support for video ads
  • Privacy Manifest support
  • SKOverlay support

Updated

  • Updated minimum swift version to 5.9

Fixed

  • Fixed leaks in all ad formats
  • #207
  • #209

Breaking changes

  • Delete method loadBidderTokenWithCompletionHandler: for generating an Open Bidding token. Use loadBidderTokenWithRequestConfiguration:completionHandler: instead.
  • See migration guide

AdColonyYandexMobileAdsAdapters 4.9.0.11

Updated

  • Updated minimum supported YandexMobileAds version to 7.0.0

AppLovinYandexMobileAdsAdapters 12.3.1.0

Updated

  • Updated minimum supported AppLovinSDK version to 12.3.1
  • Updated minimum supported YandexMobileAds version to 7.0.0

BigoADSYandexMobileAdsAdapters 4.2.1.0

Updated

  • Updated minimum supported BigoADS version to 4.2.1
  • Updated minimum supported YandexMobileAds version to 7.0.0

ChartboostYandexMobileAdsAdapters 9.7.0.0

Updated

  • Updated minimum supported ChartboostSDK version to 9.7.0
  • Updated minimum supported YandexMobileAds version to 7.0.0

GoogleYandexMobileAdsAdapters 11.2.0.0

Updated

  • Updated minimum supported Google-Mobile-Ads-SDK version to 11.2.0
  • Updated minimum supported YandexMobileAds version to 7.0.0

InMobiYandexMobileAdsAdapters 10.5.5.7

Updated

  • Updated minimum supported YandexMobileAds version to 7.0.0

IronSourceYandexMobileAdsAdapters 7.9.1.0

Updated

  • Updated minimum supported IronSourceSDK version to 7.9.1.0
  • Updated minimum supported YandexMobileAds version to 7.0.0

MintegralYandexMobileAdsAdapters 7.5.9.0

Updated

  • Updated minimum supported MintegralAdSDK version to 7.5.9
  • Updated minimum supported YandexMobileAds version to 7.0.0

MyTargetYandexMobileAdsAdapters 5.21.1.0

Updated

  • Updated minimum supported YandexMobileAds version to 7.0.0
  • Updated minimum supported myTargetSDK version to 5.21.1

StartAppYandexMobileAdsAdapters 4.10.2.3

Updated

  • Updated minimum supported YandexMobileAds version to 7.0.0

UnityAdsYandexMobileAdsAdapters 4.9.3.0

Updated

  • Updated minimum supported UnityAds version to 4.9.3
  • Updated minimum supported YandexMobileAds version to 7.0.0

YandexMobileAdsAdMobAdapters 7.0.0.0

Updated

  • Updated minimum supported Google-Mobile-Ads-SDK version to 11.2.0
  • Updated minimum supported YandexMobileAds version to 7.0.0

YandexMobileAdsIronSourceAdapters 7.0.0.0

Updated

  • Updated minimum supported IronSourceSDK version to 7.9.1.0
  • Updated minimum supported YandexMobileAds version to 7.0.0

Yandex Advertising Network Mobile

This package contains Yandex Advertising Network Mobile SDK and source code of samples of SDK usage.

Documentation

Documentation could be found at the official website

License

EULA is available at EULA website

Quick start

Cocoapods

  1. Install CocoaPods to manage project dependencies, if you haven't done it yet.

  2. Go to Examples/YandexMobileAdsExample

  3. Install dependencies: pod install --repo-update

  4. Open the YandexMobileAdsExample.xcworkspace file with Xcode.

  5. Build and run.

Swift Package Manager

  1. Add package to your project

  2. Add -ObjC to OTHER_LDFLAGS

  3. Ensure that your target is linked binary with YandexMobileAdsPackge (Your target -> Build Phases -> Link Binary With Libraries)

  4. Add MobileAdsBundle.bundle from YandexMobileAds (Package Dependencies -> YandexMobileAdsPackage -> Referenced Binaries -> YandexMobileAds) to Copy Bundle Resource phase (Your target -> Build Phases -> Copy Bundle Resource)

  5. Build and run.

SKAdNetwork

File with a list of SKAdNetwork identifiers

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

Last updated: Fri May 03 2024 12:30:25 GMT-0900 (Hawaii-Aleutian Daylight Time)