Added adid property to the attribution callback response.
Added Adjust.getAdid() method to be able to get adid value at any time after obtaining it, not only when session/event callbacks have been triggered.
Added Adjust.getAttribution() method to be able to get current attribution value at any time after obtaining it, not only when attribution callback has been triggered.
Added method swizzling for iOS platform so that only implemented callbacks in Unity are getting implemented and called in the iOS.
Added sending of Amazon Fire Advertising Identifier for Android platform.
Added
adid
property to the attribution callback response.Adjust.getAdid()
method to be able to get adid value at any time after obtaining it, not only when session/event callbacks have been triggered.Adjust.getAttribution()
method to be able to get current attribution value at any time after obtaining it, not only when attribution callback has been triggered.adjust_config.properties
file to theassets
folder of your Android app. Mostly meant to be used by theAdjust Store & Pre-install Tracker Tool
(https://github.com/adjust/android_sdk/blob/master/doc/english/pre_install_tracker_tool.md).Fixed
TARGET_OS_TV
pre processer check for iOS platform.Changed
sdk_click
packages for iOS platform.