Releases: devtodev-analytics/unity-sdk
Releases · devtodev-analytics/unity-sdk
v2.10.1
v2.10
- Added a property that allows to get current device id
var deviceId = Analytics.DeviceId
- Added new options for iOS 12 push notifications
PushManager.PushNotificationOptions = (DTDNotificationOptions.Alert | DTDNotificationOptions.Badge | DTDNotificationOptions.Sound | DTDNotificationOptions.Provisional)
public enum DTDNotificationOptions: uint {
Badge = (1 << 0),
Sound = (1 << 1),
Alert = (1 << 2),
CarPlay = (1 << 3),
CriticalAlert = (1 << 4),
AppNotificationSettings = (1 << 5),
Provisional = (1 << 6).
}
- Fixed issues with push notifications on Android 4.0
- Optimized the tracking of the Users Online metric
- Updated Firebase dependencies and Google Play Services
- Updated Google Play Resolver to the version 1.2.93
v2.9.3
v2.9.2
v2.9.1
v2.8.1
v2.8
v2.7
v2.6
v2.5.6
- Network was refactored to UnityWebRequest classes
- Full refactoring of visual integration window (please remove old IntegrateWindow and DevToDevIntegration files located at Assets/devtodev/Window)
- iOS timeZone bug was fixed
- Minimum required Unity version was upped to 5.4