Added
- Added ability to initialize the SDK for the first session in delayed mode. You can start the SDK in the delayed mode by setting the
IsFirstSessionDelayEnabled
property on yourAdjustConfig
instance totrue
. To end the delay, make sure to callEndFirstSessionDelay
method ofAdjust
instance. For more details about this feature, refer to the official documentation. - Added ability to send organic search referrer together with deep link. You can send it by setting the
Referrer
property of theAdjustDeeplink
instance. - Added ability to disable SDK's interaction with
AppTrackingTransparency.framework
API. You can disable it by setting theIsAppTrackingTransparencyUsageEnabled
property on yourAdjustConfig
instance tofalse
.
Native SDKs
Pull Request #332