Skip to content

Releases: cleveradssolutions/CAS-Unity

Version 1.6.1

13 Oct 08:47
Compare
Choose a tag to compare

Version 1.6.0

07 Oct 13:44
Compare
Choose a tag to compare

Dependencies

Features

CAS.MobileAds.settings.allowInterstitialAdsWhenVideoCostAreLower = allow;
  • Added CAS Last Page Ad to your own promotion when there is no paid ad to show or internet availability:
CAS.MobileAds.manager.lastPageAdContent = new LastPageAdContent(...);
  • Added methods to get the current banner size in pixels:
float height = CAS.MobileAds.manager.GetBannerHeightInPixels();
float width = CAS.MobileAds.manager.GetBannerWidthInPixels();
  • Added more pre-build validation points to easily get a successful build.

Changes

  • Support Unity 2019.3, 2019.4, 2020.1. New step to include Android native platform.
  • Support Android 11.
  • Support iOS 14.
  • Update minimum Android API level (minSdkVersion) to 19 (KitKat)

Bug Fixes

  • iOS platform Pause Unity Application while Ad impression

Version 1.5.0

23 Sep 14:06
Compare
Choose a tag to compare

Dependencies