Releases: adjust/unity_sdk
Releases · adjust/unity_sdk
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
Version 4.14.0
Added
- Added deep link caching in case
appWillOpenUrl
/AppWillOpenUrl
method is called natively before SDK is initialised.
Native versions:
Pull Request #135
Version 4.13.0
Added
- Added
Adjust.gdprForgetMe()
method to enable possibility for user to be forgotten in accordance with GDPR law.
Native versions:
Pull Request #133
Version 4.12.5
Changed
- Changed the way how to detect
Editor
presence fromApplication.isEditor
to usage of preprocessor macros.
Native versions:
Pull Request #130
Version 4.12.4
Version 4.12.3
Version 4.12.2
Fixed
- Fixed Adjust SDK behaviour once tried to be run in
Editor
- no errors displayed anymore. - Fixed random crashes on iOS 10.1.x devices when trying to initialise SDK.
Native versions:
Pull Request #121