Skip to content

5.0.0

Latest
Compare
Choose a tag to compare
@SCastanedaMunoz SCastanedaMunoz released this 08 Aug 21:18
· 1 commit to main since this release

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)