-
Notifications
You must be signed in to change notification settings - Fork 3
Early Access Version
Str4tos edited this page Sep 6, 2024
·
16 revisions
Note
Please note that the new CAS 4.0.0-beta2 version is available as an early release and may have issues.
Add package from git URL
https://github.com/cleveradssolutions/CAS-Unity.git#4.0.0-beta2
Or import CleverAdsSolutions.unitypackage from releases.
-
AdErroris 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, useIMediationManager.LoadAd(AdType)to reload ads or to continue automatic ad loading. -
AdType.AppOpencan now be disabled like other formats. It is disabled by default, so make sure to enable it if you plan to use it.
Important
We've moved!
Visit the updated CAS.AI docs.
- Project Setup
- Configuring SDK
- Include Android
- Include iOS
- Additional mediation steps
- App-ads.txt🔗