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.
Note the first digit of every adapter version corresponds to the major version of the Chartboost Core SDK compatible with that adapter. Adapters are compatible with any Chartboost Core SDK version within that major version.
Bug Fixes:
- Fixed an issue where attempting to use the
UnmanagedConsentAdapter
in the Unity Editor would result inNullReferenceExceptions
.
First version of the Core Consent Unmanaged Adapter.
This version of the Core Consent Unmanaged Adapter supports the following native SDK dependencies:
- Android:
com.chartboost:chartboost-core-consent-adapter-unmanaged:1.1.0.+
- iOS:
ChartboostCoreConsentAdapterUnmanaged ~> 1.1.0.0
Added:
UnmanagedConsentAdapter
module to be utilized withChartboostCore
.