Version 3.9.2
- Discover the native 3.9.2 SDKs release notes for Android and iOS.
- Added new methods for retrieving user consent information for individual vendors and additional providers.
ConsentStatus googleConsent = CAS.MobileAds.settings.getVendorConsent(755)
ConsentStatus audienceNetworkConsent = CAS.MobileAds.settings.getAdditionalConsent(89)
Bug Fixes
- [iOS] Fixed the
EXC_BAD_ACCESS
crash that occurred when accessingAdMetaData
slightly later. - [Android] Added an alternative maven repository for Madex artifacts for those who had difficulties accessing the official repository.
- [Editor] Fixed compilation error: name
CASPostGenerateGradle
could not be found.Please remove the
CASDeveloper
from the Sciripting Define Symbols if it was added to work around this issue.