Skip to content

Commit

Permalink
Release 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mobile-ads-github committed Oct 20, 2023
1 parent b12b621 commit e6b39c2
Show file tree
Hide file tree
Showing 17 changed files with 119 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,22 @@ private let mintegralAdUnitID = "demo-banner-mintegral"
private let myTargetAdUnitID = "demo-banner-mytarget"
private let chartboostAdUnitID = "demo-banner-chartboost"
private let adColonyAdUnitID = "demo-banner-adcolony"
private let bigoAdsAdUnitID = "demo-banner-bigoads"
private let inMobiAdsAdUnitID = "demo-banner-inmobi"
private let startAppAdUnitID = "demo-banner-startapp"
private let yandexAdUnitID = "demo-banner-yandex"

class MobileMediationBannerViewController: UIViewController {

private let adUnitIDs = [
(adapter: "AdMob", adUnitID: adMobAdUnitID),
(adapter: "AdColony", adUnitID: adColonyAdUnitID),
(adapter: "BigoAds", adUnitID: bigoAdsAdUnitID),
(adapter: "Chartboost", adUnitID: chartboostAdUnitID),
(adapter: "Google", adUnitID: adMobAdUnitID),
(adapter: "InMobi", adUnitID: inMobiAdsAdUnitID),
(adapter: "Mintegral", adUnitID: mintegralAdUnitID),
(adapter: "MyTarget", adUnitID: myTargetAdUnitID),
(adapter: "Chartboost", adUnitID: chartboostAdUnitID),
(adapter: "AdColony", adUnitID: adColonyAdUnitID),
(adapter: "StartApp", adUnitID: startAppAdUnitID),
(adapter: "Yandex", adUnitID: yandexAdUnitID)
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,24 @@ private let myTargetAdUnitID = "demo-interstitial-mytarget"
private let unityAdsAdUnitID = "demo-interstitial-unityads"
private let chartboostAdUnitID = "demo-interstitial-chartboost"
private let adColonyAdUnitID = "demo-interstitial-adcolony"
private let bigoAdsAdUnitID = "demo-interstitial-bigoads"
private let inMobiAdUnitID = "demo-interstitial-inmobi"
private let startAppAdUnitID = "demo-interstitial-startapp"
private let yandexAdUnitID = "demo-interstitial-yandex"

class MobileMediationInterstitialViewController: UIViewController {
private let adUnitIDs = [
(adapter: "AdMob", adUnitID: adMobAdUnitID),
(adapter: "AdColony", adUnitID: adColonyAdUnitID),
(adapter: "AppLovin", adUnitID: appLovinAdUnitID),
(adapter: "BigoAds", adUnitID: bigoAdsAdUnitID),
(adapter: "Chartboost", adUnitID: chartboostAdUnitID),
(adapter: "Google", adUnitID: adMobAdUnitID),
(adapter: "InMobi", adUnitID: inMobiAdUnitID),
(adapter: "IronSource", adUnitID: ironSourceAdUnitID),
(adapter: "Mintegral", adUnitID: mintegralAdUnitID),
(adapter: "MyTarget", adUnitID: myTargetAdUnitID),
(adapter: "StartApp", adUnitID: startAppAdUnitID),
(adapter: "UnityAds", adUnitID: unityAdsAdUnitID),
(adapter: "Chartboost", adUnitID: chartboostAdUnitID),
(adapter: "AdColony", adUnitID: adColonyAdUnitID),
(adapter: "Yandex", adUnitID: yandexAdUnitID)
]
private let interstitialAdLoader = YMAInterstitialAdLoader()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,24 @@ private let myTargetAdUnitID = "demo-rewarded-mytarget"
private let unityAdsAdUnitID = "demo-rewarded-unityads"
private let chartboostAdUnitID = "demo-rewarded-chartboost"
private let adColonyAdUnitID = "demo-rewarded-adcolony"
private let bigoAdsAdUnitID = "demo-rewarded-bigoads"
private let inMobiAdUnitID = "demo-rewarded-inmobi"
private let startAppAdUnitID = "demo-rewarded-startapp"
private let yandexAdUnitID = "demo-rewarded-yandex"

class MobileMediationRewardedViewController: UIViewController {
private let adUnitIDs = [
(adapter: "AdMob", adUnitID: adMobAdUnitID),
(adapter: "AdColony", adUnitID: adColonyAdUnitID),
(adapter: "AppLovin", adUnitID: appLovinAdUnitID),
(adapter: "BigoAds", adUnitID: bigoAdsAdUnitID),
(adapter: "Chartboost", adUnitID: chartboostAdUnitID),
(adapter: "Google", adUnitID: adMobAdUnitID),
(adapter: "InMobi", adUnitID: inMobiAdUnitID),
(adapter: "IronSource", adUnitID: ironSourceAdUnitID),
(adapter: "Mintegral", adUnitID: mintegralAdUnitID),
(adapter: "MyTarget", adUnitID: myTargetAdUnitID),
(adapter: "StartApp", adUnitID: startAppAdUnitID),
(adapter: "UnityAds", adUnitID: unityAdsAdUnitID),
(adapter: "Chartboost", adUnitID: chartboostAdUnitID),
(adapter: "AdColony", adUnitID: adColonyAdUnitID),
(adapter: "Yandex", adUnitID: yandexAdUnitID)
]
private let rewardedAdLoader = YMARewardedAdLoader()
Expand Down
7 changes: 7 additions & 0 deletions changelog/adapter/admob-mobileads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

## Version 6.1.0.0

### Updated
* Added support for Yandex Mobile Ads SDK 6.1.0
* Added support for Google Mobile Ads SDK version 10.12.0
* Updated minimum supported Google Mobile Ads SDK version to 10.12.0

## Version 6.0.0.0

### Updated
Expand Down
7 changes: 7 additions & 0 deletions changelog/adapter/ironsource-mobileads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

## Version 6.1.0.0

### Updated
* Added support for Yandex Mobile Ads SDK 6.1.0
* Added support for IronSource SDK 7.5.0.0
* Updated minimum supported IronSource SDK version to 7.5.0.0

## Version 6.0.0.0

### Updated
Expand Down
5 changes: 5 additions & 0 deletions changelog/mediation/mobileads-adcolony/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## Version 4.9.0.6

#### Added
* Updated minimum supported Yandex Mobile Ads SDK version to 6.1.0

## Version 4.9.0.5

#### Added
Expand Down
7 changes: 7 additions & 0 deletions changelog/mediation/mobileads-applovin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

## Version 11.11.3.1

#### Added
* Added support for AppLovin sdk version 11.11.3
* Updated minimum supported AppLovin sdk version to 11.11.3
* Updated minimum supported Yandex Mobile Ads SDK version to 6.1.0

## Version 11.11.2.0

#### Added
Expand Down
7 changes: 7 additions & 0 deletions changelog/mediation/mobileads-bigoads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

## Version 4.0.4.0

#### Added
* Added support for BigoADS sdk version 4.0.4
* Updated minimum supported BigoADS sdk version to 4.0.4
* Updated minimum supported Yandex Mobile Ads SDK version to 6.1.0

## Version 4.0.2.0

#### Added
Expand Down
5 changes: 5 additions & 0 deletions changelog/mediation/mobileads-chartboost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## Version 9.4.0.1

#### Added
* Updated minimum supported Yandex Mobile Ads SDK version to 6.1.0

## Version 9.4.0.0

#### Added
Expand Down
7 changes: 7 additions & 0 deletions changelog/mediation/mobileads-google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

## Version 10.12.0.0

#### Added
* Added support for AdMob SDK version 10.12.0
* Updated minimum supported AdMob SDK version to 10.12.0
* Updated minimum supported Yandex Mobile Ads SDK version to 6.1.0

## Version 10.9.0.0

#### Added
Expand Down
5 changes: 5 additions & 0 deletions changelog/mediation/mobileads-inmobi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## Version 10.5.5.2

#### Added
* Updated minimum supported Yandex Mobile Ads SDK version to 6.1.0

## Version 10.5.5.1

#### Added
Expand Down
7 changes: 7 additions & 0 deletions changelog/mediation/mobileads-ironsource/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

## Version 7.5.0.1

#### Updated
* Added support for IronSource SDK version 7.5.0.0
* Updated minimum supported IronSource SDK version to 7.5.0.0
* Updated minimum supported Yandex Mobile Ads SDK version to 6.1.0

## Version 7.4.0.0

#### Updated
Expand Down
7 changes: 7 additions & 0 deletions changelog/mediation/mobileads-mintegral/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

## Version 7.4.7.0

#### Updated
* Added support for Mintegral SDK version 7.4.7
* Updated minimum supported Mintegral SDK version to 7.4.7
* Updated minimum supported Yandex Mobile Ads SDK version to 6.1.0

## Version 7.4.2.0

#### Updated
Expand Down
7 changes: 7 additions & 0 deletions changelog/mediation/mobileads-mytarget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

## Version 5.19.0.1

#### Updated
* Added support for MyTarget SDK version 5.19.0
* Updated minimum supported MyTarget SDK version to 5.19.0
* Updated minimum supported Yandex Mobile Ads SDK version to 6.1.0

## Version 5.18.0.1

#### Updated
Expand Down
7 changes: 7 additions & 0 deletions changelog/mediation/mobileads-startapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

## Version 4.10.0.0

#### Updated
* Added support for StartApp sdk version 4.10.0
* Updated minimum supported StartApp sdk version to 4.10.0
* Updated minimum supported Yandex Mobile Ads SDK version to 6.1.0

## Version 4.7.3.0

#### Updated
Expand Down
7 changes: 7 additions & 0 deletions changelog/mediation/mobileads-unityads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

## Version 4.9.0.0

#### Updated
* Added support for UnityAds SDK version 4.9.0
* Updated minimum supported UnityAds SDK version to 4.9.0
* Updated minimum supported UnityAds SDK version to 6.1.0

## Version 4.8.0.1

#### Updated
Expand Down
7 changes: 7 additions & 0 deletions changelog/mobileads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

# Version 6.1.0

### Added
* Added support of CMP (Consent Management Platform)
* Improved ads loading caching
* Improvements and optimizations

# Version 6.0.0

### Added
Expand Down

0 comments on commit e6b39c2

Please sign in to comment.