Releases: cleveradssolutions/CAS-Unity
Releases · cleveradssolutions/CAS-Unity
Version 1.8.1
Dependencies
- [Android] Wraps 1.8.1 SDK
Changes
- The
IsAdReady
check now takes into account the interval between Interstitial ad impressions.
Bug Fixes
- [Android] Lost point to AdCallback of Interstitial and Rewarded ad.
Version 1.8.0
Dependencies
Features
- [iOS] Add Validate of native Integration in runtime. Find log information by tag:
CASIntegrationHelper
- [Android] Add write all promotion bundles of Cross Promo to manifest queris to support Android 11 package info.
Bug Fixes
- [Android] No such proxy method of
OnInitializationListener
for Unity 2019.4 and newer.
Added new optional third party mediation
You can integrate any set of networks using the advanced integration in the Assets > CleverAdsSolutions > Settings
window.
Version 1.7.2
Dependencies
- Wraps iOS 1.7.2 SDK
- External Dependency Manager for Unity 1.2.162
Features
- Add version checking of dependencies before building the application.
Changes
- [iOS] Update XCode required version 12.2
- [iOS] Update Swift version 5.3.1
Version 1.7.1
Dependencies
- Wraps Android 1.7.1 SDK
- Wraps iOS 1.7.1 SDK
Features
- Add Advanced Integration to the
Assets > CleverAdsSolutions > Settings
window.
CAS support partial integration of the third party mediation sdk you really need.
To do this, use any combination of partial dependencies. No additional code is required for each partner network.
Please contact us if you intend to use any additional third party mediation.
- Add targeting options to inform our servers of the users details:
CAS.MobileAds.targetingOptions.gender = CAS.Gender.Male;
CAS.MobileAds.targetingOptions.age = 12;
- [iOS] Add
trackLocationEnabled
to enable automatically collects location data if the user allowed the app to track the location.
CAS.MobileAds.settings.trackLocationEnabled = true;
- [iOS] Optimization of event calling in main thread.
- [Android] Add Validate of native Integration in runtime. Find log information by tag:
CASIntegrationHelper
CAS.MobileAds.ValidateIntegration();
Once you’ve successfully verified your integration, please remember to remove the integration helper from your code.
- [Android] Add Resolve Android Dependencies by EDM4U button to the
Assets > CleverAdsSolutions > Adnroid Settings
.
Changin dependencies will change the project settings. Please use Android Resolve after the change complete.
Changes
- Deprecation of
CASGeneral, CASTeen, CASPromo
dependencies in favor of the new Dependency system. - Cross Promotion dependency moved to Advanced Integration.
- [iOS] NSUserTrackingUsageDescription is empty by default.
- [iOS] The storage location for temporary settings for iOS build has been changed to
Assets/CleverAdsSolutions/Editor/ios_cas_settings
.
Added new optional third party mediation
You can integrate any set of networks using the advanced integration in the Assets > CleverAdsSolutions > Settings
window.
Version 1.6.12
Bug Fixes
Assets/CleverAdsSolutions/Settings
are applied in any case, even whenCAS.MobileAds.settings
is not used.
Version 1.6.11
Dependencies
- Wraps Android 1.6.11+ SDK
- Wraps iOS 1.6.11+ SDK
Features
- Android wrapper optimizations.
Bug Fixes
LastPageAdContent
passe to Android CAS.- Unity Editor Banner simulation refresh visible after loaded.
Version 1.6.10
Bug Fixes
- iOS build errors.
- Update Package Manager version from Settings Window.
Version 1.6.9
Dependencies
- Wraps Android 1.6.9+ SDK
- Wraps iOS 1.6.9+ SDK
Features
- Added check for updates of CAS Unity in Settings window.
- Added warnings about incorrect position and size values of the banner for the Unity Editor.
Changes
- The Android CAS wrapper for Unity has been moved to a separate library:
Plugins/Android/libs/cas-unity.jar
- The default Banner Ad position is
BottomCenter
instead ofUndefined
.
Bug Fixes
- iOS Banner Ad callbacks.
Version 1.6.8
Dependencies
- Wraps Android 1.6.8+ SDK
- Wraps iOS 1.6.8+ SDK
- External Dependency Manager for Unity 1.2.161
Bug Fixes
- Last Page Ad Content transferring data to native CAS.
Version 1.6.1
Dependencies
- Wraps Android 1.6.4+ SDK
- Wraps iOS 1.6.2+ SDK