Skip to content

Releases: devtodev-analytics/unity-sdk

v2.12.8

07 Feb 15:55
Compare
Choose a tag to compare
  • Fixed possible crash with Firebase Push in iOS

v2.12.7

20 Jan 15:28
Compare
Choose a tag to compare
  • Fixed possible crash on events sending

v2.12.5

20 Sep 13:16
Compare
Choose a tag to compare
  • Optimized data storage in WebGL
  • Made changes to the logic of how the SDK works before initialization
  • Updated dependencies for Android necessary for the correct work of push notifications
  • Updated and improved the logic of the app version tracking mechanism
  • Made changes to the TrackingAvailability method
  • Fixed an exception when using the Buddhist calendar on iOS
  • Other minor fixes and improvements

v2.12.4

07 Aug 17:30
Compare
Choose a tag to compare
  • Fixed the bug leading to the overflow of UserStorage in WebGL;
  • Fixed the problem of sending data about an app version in certain conditions;
  • Improved how the method DevToDev.Analytics.UserId works;
  • Improved the mechanism of sending data about opening a push notification on UWP.

v2.12.3

29 Jul 12:58
Compare
Choose a tag to compare
  • Defining rooted / jailbreaked devices on Android / iOS devices
  • Added restrictions on passed resources in inGamePurchase method
  • Fixed incorrect numeric values passed in the user card
  • TrackingAvailability method was refactored

v2.12.2

31 May 16:41
Compare
Choose a tag to compare
  • Fixed a bug in Android with a reset GDPR flag
  • Fixed a bug that caused loss of user data on the Lite price plan

v2.12.1

07 May 13:27
Compare
Choose a tag to compare
  • Improved compatibility with Unity 2017
  • Improved push events generation
  • Improved convenience when working with progression events
  • Improved session tracking

v2.12

19 Apr 14:05
Compare
Choose a tag to compare
  • Reworked push notifications mechanism on the UWP platform
  • Improved working speed for Android
  • Improved tracking availability mechanism
  • Added a new method of transaction validation for Unity IAP
  • Fixed timestamp generation in timezones with summer time
  • Added UserAgent collection on WebGL platform

v2.11

01 Mar 19:23
Compare
Choose a tag to compare
  • Added support for UWP platform with IL2CPP scripting backend (Note: please remove Metro_il2cpp folder if it still exist)
  • New restrictions on transmitted parameters
  • Fixed accumulation of WebGL resources in different tabs
  • Fixed the value of the UWP tracking restriction flag
  • Fixed problems with number delimiters in different locales
  • Fixed problems with PE getting into different levels
  • Other minor bugs

v2.10.4

15 Jan 10:03
Compare
Choose a tag to compare
  • Fixed bug leading to incorrect resource counting
  • Improved stability by fixing several minor crashes