Skip to content

Version 4.26.0

Compare
Choose a tag to compare
@uerceg uerceg released this 22 Feb 23:14
· 219 commits to master since this release
8499cbf

Added

  • Added possibility to get cost data information in attribution callback.
  • Added needsCost member to AdjustConfig to indicate if cost data is needed in attribution callback (by default cost data will not be part of attribution callback if not enabled with this setter method).
  • Added preinstallTrackingEnabled member to AdjustConfig to allow enabling of preinstall tracking (this feature is OFF by default).
  • Added support for Apple Search Ads attribution with usage of AdServices.framework.
  • Added allowAdServicesInfoReading member to AdjustConfig to allow option for users to prevent SDK from performing any tasks related to Apple Search Ads attribution with usage of AdServices.framework.
  • Added wrapper method updateConversionValue method to Adjust to allow updating SKAdNetwork conversion value via SDK API.
  • Added getAppTrackingAuthorizationStatus getter to Adjust instance to be able to get current iOS app tracking status.
  • Added improved measurement consent management and third party sharing mechanism.
  • Added public constants to be used as sources for ad revenue tracking with trackAdRevenue method.

Changed

  • Updated Gradle version to 6.5 (thanks to @MrtnvM).

Fixed

  • Fixed occasional NPEs in Android when firing callback methods.

Native SDKs


PR: #39 #40