Skip to content

Releases: devtodev-analytics/Unity-sdk-3.0

v3.8.5

25 Apr 10:05
Compare
Choose a tag to compare
  • Resigned ios plugin
  • Added A/B test functionality for WebGL platform
  • Removed deprecated functions for WebGL platform
  • Fixed obfuscation conflicts for Android platform
  • Fixed http client for WSA(UWP) platform
  • Fixed dependencies for android platform
  • 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
  • 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.9.1

24 Apr 13:50
Compare
Choose a tag to compare
  • Fixed the SetCheater method for the iOS platform.
  • Fixed missing amsdef files.
  • Improved compatibility with other plugins.
  • Added SetInitializationCompleteCallback method for the WebGL platform.
  • Changed the way COPPA is enabled for the iOS platform.

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.

v3.6.2

02 Jun 14:41
Compare
Choose a tag to compare
  • Fixed Ab-test logic.
  • Fixed the logic of the AddImpression method.
  • Updated Android dependencies.

v3.6.1

05 May 15:18
Compare
Choose a tag to compare
  • Removed support for bitcode for Apple platforms(deprecated in Xcode 14).
  • Fixed Ab-test logic for Android platform.