Releases: adjust/unity_sdk
Releases · adjust/unity_sdk
Version 4.19.1
Version 4.19.0
Added
- Added
disableThirdPartySharing
method toAdjust
interface to allow disabling of data sharing with third parties outside of Adjust ecosystem.
Native versions:
Pull Request #155
Version 4.18.2
Added
- Added
AdjustOaid
Unity plugin to enable reading of Huawei advertising identifier for apps outside of Google Play Store which need this feature.
Native versions:
Pull Request #152
Version 4.18.1
Fixed
- Fixed
Unity 2019.2.0
(and probably later versions as well) JNI bug in accessing native Android string constants causing Adjust environment not to be properly read. For anyone usingUnity 2019.2.0
or later, it is recommended to use this SDK version or newer.
Native versions:
Pull Request #150
Version 4.18.0
Added
- Added
trackAdRevenue
method toAdjust
interface to allow tracking of ad revenue. With this release added support forMoPub
ad revenue tracking. - Added reading of Facebook anonymous ID if available on iOS platform.
Native versions:
Pull Request #149
Version 4.17.2
Fixed
- Fixed bug in
AdjustWindows.cs
which prevented the project to be built for Universal Windows Platform.
Native versions:
Pull Request #146
Version 4.17.1
Version 4.17.0
Added
- Added
getSdkVersion()
method toAdjust
interface to obtain current SDK version string. - Added
AdjustImei
Unity plugin to enable reading of IMEI and MEID identifiers for apps outside of Google Play Store which need this feature.
Native versions:
Pull Request #141
Version 4.15.0
Added
- Added
setCallbackId
method onAdjustEvent
object for users to set custom ID on event object which will later be reported in event success/failure callbacks. - Added
CallbackId
property toAdjustEventSuccess
class. - Added
CallbackId
property toAdjustEventFailure
class.
Fixed
- Fixed JNI issues when converting
null
-ed native Java objects to C# objects that were causing crashes on certain Unity IDE versions (more info: #137)
Changed
- Marked
setReadMobileEquipmentIdentity
method ofAdjustConfig
object as deprecated. - SDK will now fire attribution request each time upon session tracking finished in case it lacks attribution info.
Native versions:
Pull Request #138
Version 4.14.1
Changed
- Updated the way how iOS native bridge handles push tokens from Unity interface - they are now being passed directly as strings to native iOS SDK.
Native versions:
Pull Request #136