Skip to content

Releases: cleveradssolutions/CAS-Unity

Version 1.9.8

04 Feb 10:49
Compare
Choose a tag to compare

Dependencies

Version 1.9.7

28 Jan 14:29
Compare
Choose a tag to compare

Dependencies

Features

Bug Fixes

  • [iOS] Fix wrong warning message You have activated the collection of advertising analytics.
  • [Android] Fix crash when using mediation extras and initialization listener is null.

Version 1.9.6

27 Jan 14:23
Compare
Choose a tag to compare

Dependencies

Features

  • [CrossPromotion] Added support for new functionality to override ad destination link using a web page. In the future, we will detail these possibilities when we have everything ready.
  • [CrossPromotion] Added a new meta flag CAS.MediationExtras.crossPromoEndless to disable endless display ad.
  • [MyTarget] Added a new meta flags CAS.MediationExtras.myTargetGDPRConsent and CAS.MediationExtras.myTargetCCPAOptedOut to override GDPR and CCPA status.
  • [Yandex Ads] Added a new meta flags CAS.MediationExtras.yandexAdsGDPRConsent to override GDPR status.
  • [Editor] Implemented CAS.MobileAds.GetActiveNetworks() in Editor to get list of active network dependencies.

Bug Fixes

  • [Editor] Fix renderer progress bar of check for updates on open Assets > CleverAdsSolutions > Settings window.

Known issue: Warning "You have activated the collection of advertising analytics.
However, no analytics handler was found. Please create an CASAnalytics.handler." message is not correct.

Version 1.9.5

25 Jan 12:05
Compare
Choose a tag to compare

Dependencies

Version 1.9.4

21 Jan 07:38
Compare
Choose a tag to compare

Dependencies

Changes

  • Chartboost has been removed from all solutions, however you can still integrate it at will with advanced integration.
  • [Android] Added com.google.android.gms.ads.DELAY_APP_MEASUREMENT_INIT metadata to delay app measurement until Google Ads initialize.

Version 1.9.3

19 Jan 14:51
7991bb9
Compare
Choose a tag to compare

Dependencies

Bug Fixes

  • [Android] Fixed StartApp advanced dependency.

Version 1.9.2

05 Jan 12:36
Compare
Choose a tag to compare

Dependencies

Added new optional third party mediation

You can integrate any set of networks using the advanced integration in the Assets > CleverAdsSolutions > Settings window.

Please contact us if you intend to use any additional third party mediation.

Version 1.9.1

28 Dec 14:35
Compare
Choose a tag to compare

Dependencies

Features

  • Added CAS.MobileAds.BuildManager().Initialize() builder to initialize the IMediationManager for alternative to CAS.MobileAds.Initialize(...) method.
  • Added Mediation extras options.
  • [iOS] Added CAS.iOS.AppTrackingTransparency class that provides a tracking authorization request.

Changes

  • Migrated Cross-promotion dependency from Advanced Integration to Solutions section.
  • CAS.MobileAds.InitializeFromResources() is obsolete in favor of BuildManager().
  • [iOS] CocoaPods 1.10.0 or higher is now required for build. Use terminal command to update: gem install cocoapods
  • [iOS] SKAdNetworkItems are added to end of the Plist array instead of replacing all items in the array.

Bug Fixes

  • [iOS] Library not loaded while laoding application with Unity 2019.3+. The Unity-iPhone pod target is added automatically after build.
  • [Android] java.lang.NoSuchMethodError when call CAS.MobileAds.ValidateIntegration()
  • [Editor] Select the correct CAS Settings asset from resources by the build target platform.

Version 1.8.3

18 Dec 15:15
Compare
Choose a tag to compare

⚠️ Known Issues of CAS.MobileAds.ValidateIntegration() in Android.

Dependencies

Bug Fixes

Version 1.8.2

16 Dec 12:50
Compare
Choose a tag to compare

Dependencies

Features

  • [iOS] Added more flexibility in advanced dependency integration.