Releases: devtodev-analytics/Unity-sdk-3.0
Releases · devtodev-analytics/Unity-sdk-3.0
v3.8.5
- Added A/B test functionality for WebGL platform
- Removed deprecated functions for WebGL platform
- Fixed obfuscation conflicts for Android platform
v3.8.4
- Fixed http client for WSA(UWP) platform
- Fixed dependencies for android platform
v3.8.3
- Fixed an error occurring during validation in app store
- Privacy Manifest moved to Plugins folder for correct merging by unity tools
- Fixed post process behavior for newer versions of Unity
v3.8.2
- Added SDK’s Privacy Manifest for iOS
- Added XCFramework Signature for iOS
- Removed support for the armv7 architecture for iOS
- Fixed an issue where xcode was finding already deleted methods related to personal information
- Updated Android dependencies
v3.8.0
- Added linux editor support
- Fixed the OnReceived method in the Ab-test logic
- Removed methods related to the personal information
v3.7.2
- Added data compression using the Zstd library for WSA platform.
v3.7.0
- Added DeviceType field to the user card.
- Fixed problem with Exclude field in Analytics configuration.
- Added data compression using the Zstd library for Android, MacOS, iOS, Windows standalone platforms.
- DTDRemoteConfigReceiveResult now has an empty state, meaning that the A/B test configuration was received but the list of experiments is empty.
v3.6.5
- Fixed a session tracking issues for win standalone platform.
- Fixed a crash occurred in the editor on the macOS platform when the application key was empty
v3.6.4
- Implemented devtodevId update mechanism
- A/B-test module minor fixes.
- Fixed a bug that occurred when the RemoteConfig module was called before the Analytics module.
v3.6.3
- Added xCode 14.3 support.
- Fixed the logic of the CustomEvent method when it was called without parameters.