Skip to content

Version 3.9.2

Compare
Choose a tag to compare
@Str4tos Str4tos released this 01 Aug 12:50
· 12 commits to master since this release
  • Added new methods for retrieving user consent information for individual vendors and additional providers.
val googleConsent = CAS.settings.getVendorConsent(755) == ConsentStatus.ACCEPTED
val audienceNetworkConsent = CAS.settings.getAdditionalConsent(89) == ConsentStatus.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

  • com.cleveradssolutions:bigo:4.9.0.0
    • Certified with Bigo Ads - 4.9.0
  • com.cleveradssolutions:mintegral:16.8.11.0
    • Certified with Mintegral - 16.8.11
  • com.cleveradssolutions:pangle:6.1.0.7
    • Certified with Pangle - 6.1.0.7
  • com.cleveradssolutions:vungle:7.4.0.1
    • Fixed an issue where banner ads would load at the wrong size.
  • com.cleveradssolutions:yandex:27.2.0.2
    • The Yandex App Metrica 7 version is not allowed for use with Yandex Mobile Ads SDK. If you are adding the App Metrica SDK to your application, make sure to use version 6. We will notify when version 7 becomes available for use.

See the list of all adapters on our wiki page.