Releases: SourcePointUSA/unity-sdk
Releases · SourcePointUSA/unity-sdk
3.1.0 (September, 3, 2024)
3.1.0
- DIA-4326 Unity SDK is bumped to v7.10.1 Android & v7.7.1 iOS native SDK
- Programmatic rejectAll feature added #67
- DIA-4030 Added new message languages:
Hebrew
,Indonesian
,Korean
,Macedonian
,Malay
,Tagalog
#69 - UI tests for Unity SDK:
ProgramaticRejectAll
forGDPR, CCPA, USNAT
,AcceptRejectAllUsnatInPM
,ProgramaticCustomConsentGDPR
&deleteCustomConsentGDPR
,MessageLanguage
- Disable custom
mainTemplate.gradle
file
3.0.0 (July, 22, 2024)
2.3.5 (July, 12, 2024)
2.3.5
- Unity SDK brought to v7.8.5 Android & v7.6.10 iOS native SDK #65
Which fixes the following: - Android: DIA-4254 Fixed an preventing users from being sampled when calling the pv-data endpoint SourcePointUSA/android-cmp-app#826
- iOS: DIA-4076 Add consentLanguage param in query for PM call from FLM SourcePointUSA/ios-cmp-app#572
2.3.4 (June, 26, 2024)
2.3.3 (June, 7, 2024)
2.3.3
- Unity SDK brought up to v7.8.3 of Native Android SDK #58 which fixes the following:
- DIA-4087 Fixed: Empty consent when GDPR/CCPA applies is false
- Also, in Unity SDK version 2.3.3, due to Java version upgrade as well as Gradle upgrade to version 7.5 in native Android SDK 7.8.2 (which is a dependency of Unity SDK), CMP SDK is now supported on Unity version 2022.3 and higher. However, we are able to build with Gradle v7.2 which is built-in in Unity 2022.3, so using Gradle 7.5 is not required.
- Please also note that in order to build a project you need to use a custom template for Gradle, please refer to "Plugins\Android\mainTemplate.gradle", lines 41-43.
- Various minor improvements.
2.3.2 (May, 24, 2024)
2.3.2
- Update native iOS sdk dependency to
7.6.8
- DIA-4048 Fix of the null authId interpreted as "" (an empty string) #55
- Fix: JsonUnwrapper on iOS has incorrect key for VendorGrant #57 by @OmarVector
2.3.1 (Apr, 18, 2024)
2.3.0 (Mar, 25, 2024)
2.2.2 (Feb, 27, 2024)
2.2.2
- Privacy Manifest for iOS is included in native v.7.6.3 iOS SDK, therefore, it is included in this release [#553] (SourcePointUSA/ios-cmp-app#553)
- DIA-3350 Unity SDK brought up to v7.7.1 Android & v.7.6.3 iOS #44, #42
- DIA-3628 Implemented GCM for IOS #41
- DIA-3629 Implemented GCM for Android #43
- DIA-2585 Implemented
deleteCustomConsent
feature for Android #42 - Miscellaneous fixes