Version 3.9.2
- Added new methods for retrieving user consent information for individual vendors and additional providers.
let googleConsent = CAS.settings.getVendorConsent(vendorId:755) == CASConsentStatus.accepted
let audienceNetworkConsent = CAS.settings.getAdditionalConsent(providerId:89) == CASConsentStatus.accepted
Bug Fixes
- Fixed an issue where the banner could attempt to reload too frequently after a failure.
- Fixed an issue where a configuration error was returned instead of an internet error when there was no internet connection.
Update Adapters
pod 'CleverAdsSolutions-SDK/Pangle', '3.9.2'
- Certified with Pangle - 6.1.0.6
pod 'CleverAdsSolutions-SDK/Bigo', '3.9.2'
- Certified with Bigo - 4.4.0
pod 'CleverAdsSolutions-SDK/Mintegral', '3.9.2'
- Certified with Mintegral - 7.6.9
pod 'CleverAdsSolutions-SDK/LiftoffMonetize', '3.9.2'
- Fixed an issue where banner ads would load at the wrong size.
Adapters pod always have a version that matches the CAS Base version for compatibility.