Skip to content

Version 4.11.0

Compare
Choose a tag to compare
@uerceg uerceg released this 18 Jan 11:48
· 1080 commits to master since this release

Added

  • 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 sending of Amazon Fire Advertising Identifier for Android platform.
  • Added possibility to set default tracker for the app by adding adjust_config.properties file to the assets folder of your Android app. Mostly meant to be used by the Adjust Store & Pre-install Tracker Tool (https://github.com/adjust/android_sdk/blob/master/doc/english/pre_install_tracker_tool.md).

Fixed

  • Now reading push token value from activity state file when sending package.
  • Fixed memory leak by closing network session for iOS platform.
  • Fixed TARGET_OS_TV pre processer check for iOS platform.
  • Fixed UNITY_EDITOR_OSX symbol usage in AdjustEditor.cs for Windows platform (#95).

Changed

  • Firing attribution request as soon as install has been tracked, regardless of presence of attribution callback implementation in user's app.
  • Saving iAd/AdSearch details to prevent sending duplicated sdk_click packages for iOS platform.
  • Updated docs.
  • Updated native iOS SDK to version 4.11.0.
  • Updated native iOS SDK to version 4.11.0.
  • Native SDKs stability updates and improvements.

Native versions:

  • iOS@v4.11.0
  • Android@v4.11.0
  • Windows@4.0.2

Pull Request #97