Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.15 KB

File metadata and controls

24 lines (19 loc) · 1.15 KB

Changelog

All notable changes to this project will be documented in this file using the standards as defined at Keep a Changelog. This project adheres to Semantic Versioning.

Version 5.0.0 (2024-08-08)

First version of the Chartboost Mediation Unity SDK - Unity Ads Adapter.

#Added

  • Support for the following Unity Ads dependencies. Notice adapter dependencies are optimistic and any patches and hot-fixes will be automatically picked up.:

    • Android: com.chartboost:chartboost-mediation-adapter-unity-ads:5.4.12.+
    • iOS: ChartboostMediationAdapterUnityAds ~> 5.4.12.0
  • UnityAdsAdapter.cs with Configuration Properties for Unity Ads.

  • The following properties have been added in UnityAdsAdapter.cs

    • string AdapterUnityVersion
    • string AdapterNativeVersion
    • string PartnerSDKVersion
    • string PartnerIdentifier
    • string PartnerDisplayName
    • bool TestMode
  • The following methods have been added in UnityAdsAdapter.cs

    • void SetGDPRConsentOverride(bool gdprStatus)
    • void SetPrivacyConsentOverride(bool consentStatus)