You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.