Skip to content

Version 5.3.0

Latest
Compare
Choose a tag to compare
@uerceg uerceg released this 17 Apr 12:32
6eaaa2b

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 your AdjustConfig instance to true. To end the delay, make sure to call EndFirstSessionDelay method of Adjust 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 the AdjustDeeplink instance.
  • Added ability to disable SDK's interaction with AppTrackingTransparency.framework API. You can disable it by setting the IsAppTrackingTransparencyUsageEnabled property on your AdjustConfig instance to false.

Native SDKs


Pull Request #332