Releases: cleveradssolutions/CAS-Unreal
Releases · cleveradssolutions/CAS-Unreal
Version 3.9.0
Version 3.8.1.1
Bug Fixes
- [iOS] Fixed build error for Unreal Engine 4.
Version 3.8.1
Version 3.8.0.1
Bug Fixes
- [Android] Fixed gradle build exception.
Version 3.8.0
Version 3.7.3.1
Bug Fixes
- [Android] Fixed
Unable to merge actions 'CASMobileAds.cpp'
for UE 5.4. - [Android] Fixed
Duplicate class
error inplay-services-games
for UE 5.4.
Version 3.7.3
- Discover the native 3.7.3 SDKs release notes for Android and iOS.
- Added
IsUserAdConsentRequired
node to check if a Consent Flow is required for the user, and the Privacy Options button should be visible.
Changes
- The MyTarget network support has been removed. Our team considers MyTarget to be ineffective and excludes it from CAS mediation.
Version 3.7.2
Note
We're aware of a potential iOS issue Linker command failed with Undefined symbols
arising from MyTarget dependencies. Please do not include the MyTarget dependency in your project. Our team considers MyTarget to be ineffective and excludes it from CAS mediation.
Bug Fixes
- [iOS] Fixed copying resources into the app package with active Modern Xcode feature.
- Fixed
error LNK2005: struct FLogCategoryLogCAS_AI LogCAS_AI
. - Fixed
error C2027: using undefined type UGameInstance
Version 3.7.0
- Discover the latest features in native 3.7.0 SDKs for Android and iOS.
- Added
User Debug Geography
property in CAS Settings window to sets debug geography for testing purposes. - Added
ECASConsentFlowStatus
enum and alternativeFOnCASConsentFlowCallbackDelegate OnConsentFlowResult
. The event is fired after the consent form is dismissed. - Added
ShowAdConsentFlowIfRequired()
method to show the consent form only if it is required and the user has not responded previously. Read more about update of User Consent Flow. - In manual ad loading mode, the SDK will no longer trigger
OnAdFailedToLoad
events before closing the Interstitial and Rewarded ads. - Fixed some advertising initialization issues.
- [Editor] Added Consent Flow completion events implementation to testing in editor.
Version 3.6.1.1
Bug Fixes
- [Android] Fixed
Error: Can't determine type for tag '<macro>'
when building with Madex Ads included.