Skip to content

Early Access Version

Str4tos edited this page Oct 9, 2024 · 10 revisions

Note

Please note that the new CAS 4.0.0-beta4 version is available as an early release and may have issues.

Integration

Add package from git URL

https://github.com/cleveradssolutions/CAS-Unity.git#4.0.0-beta4

Or import CleverAdsSolutions.unitypackage from releases.

Changes

  • AdError is now a struct instead of an enum, and its message field provides more detailed error information. There can be multiple detailed messages for a single error code. New errors have been added: AdError.Timeout and AdError.NotInitialized.
  • A new method IMediationManager.DisposeAd(AdType) has been introduced for freeing up memory from loaded ads. After calling this method, use IMediationManager.LoadAd(AdType) to reload ads or to continue automatic ad loading.
  • AdType.AppOpen can now be disabled like other formats. It is disabled by default, so make sure to enable it if you plan to use it.

Beta 4

  • Fixed YSO Network adapter.
  • Fixed NullPointerException from IronSource adapter.
  • Fixed ActivityNotFoundException from CASExchange adapter.
  • Fixed an issue where SDK automatic initialization would complete incorrectly.
  • Fixed an issue where ads would fail to load when multiple CAS IDs were used.
  • Optimized some internal processes.

Beta 3

  • Includes adapter updates from version 3.9.4.
  • Fixed internal critical bugs in mediation.
  • Optimized some internal processes.
  • Added new adapter for YSO Network. Contact our manager if you want to try a new ad network.

Beta 2

  • Fixed some internal exceptions.
  • Added App Open Ads support from more ad sources.