Releases: devtodev-analytics/unity-sdk
Releases · devtodev-analytics/unity-sdk
v2.12.8
- Fixed possible crash with Firebase Push in iOS
v2.12.7
- Fixed possible crash on events sending
v2.12.5
- 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
- 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
v2.12.2
v2.12.1
v2.12
- 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
- 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