Releases: cleveradssolutions/CAS-Unity
Releases · cleveradssolutions/CAS-Unity
Version 1.6.1
Dependencies
- Wraps Android 1.6.4+ SDK
- Wraps iOS 1.6.2+ SDK
Version 1.6.0
Dependencies
- Wraps Android 1.6.2+ SDK
- Wraps iOS 1.6.1+ SDK
- External Dependency Manager for Unity 1.2.160
Features
- Added settings to redirect rewarded video ad impressions to interstitial ads at higher cost per impression:
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
Dependencies
- CAS Android SDK - 1.5.0 and up
- CAS iOS SDK - 1.5.2 and up
- External Dependency Manager for Unity 1.2.159