Releases: cleveradssolutions/CAS-Flutter
Releases · cleveradssolutions/CAS-Flutter
0.7.6
Features
Changes
- [Android] (From DTExchange SDK update) Fixed usage of Android Advertising ID to be compliant with Google Play Ads policy.
- [iOS] Requires apps to build with Xcode 16.1 or above.
Bug Fixes
- Fixed an issue where the banner was white.
- Fixed an issue with the wrong argument type in the
onAdViewFailed
method.
0.7.5
Bug Fixes
- Fixed a bug where
OnDismissListener
callback was not called.
Known Issues
- On Flutter version 3.27.1, banners are not displaying correctly, although other ads are working fine.
- On Flutter version 3.28.0-2.0.pre.38577, build compilation failed with the following error:
Task ':app:packageDebugResources' uses this output of task ':app:generateProfileCASLinkFile' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
Features
- Added support for AppOpen ads - documentation.
Changes
- [Android] Requires a minimum
minSdk
of 23.
Bug Fixes
- [Android] Fixed error:
PlatformException(Platform views cannot be displayed below API level 23)
. - Fixed error:
MissingPluginException(No implementation found for method dispose on channel 'banner')
.