Skip to content

Releases: devtodev-analytics/Unity-sdk-3.0

v3.8.5

05 Feb 15:24
Compare
Choose a tag to compare
  • Added A/B test functionality for WebGL platform
  • Removed deprecated functions for WebGL platform
  • Fixed obfuscation conflicts for Android platform

v3.8.4

24 Oct 14:07
Compare
Choose a tag to compare
  • Fixed http client for WSA(UWP) platform
  • Fixed dependencies for android platform

v3.8.3

16 May 11:35
Compare
Choose a tag to compare
  • 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

08 May 14:26
Compare
Choose a tag to compare
  • 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

19 Mar 12:31
Compare
Choose a tag to compare
  • Added linux editor support
  • Fixed the OnReceived method in the Ab-test logic
  • Removed methods related to the personal information

v3.7.2

24 Jan 07:07
Compare
Choose a tag to compare
  • Added data compression using the Zstd library for WSA platform.

v3.7.0

19 Dec 05:45
Compare
Choose a tag to compare
  • 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

29 Sep 12:40
Compare
Choose a tag to compare
  • 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

20 Jul 07:56
Compare
Choose a tag to compare
  • 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

09 Jun 07:28
Compare
Choose a tag to compare
  • Added xCode 14.3 support.
  • Fixed the logic of the CustomEvent method when it was called without parameters.