Skip to content

Version 5.4.0

Choose a tag to compare

@uerceg uerceg released this 13 Jun 10:06
· 43 commits to master since this release
dcc0115

Added

  • Added support for configuring store information via the AdjustStoreInfo object. You can now specify the store name and store app ID by assigning the storeInfo member of your AdjustConfig instance. This enables the SDK to record the intended app store source during initialization. For more details about this feature, refer to the official documentation.
  • 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 member 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 via referrer member of the AdjustDeeplink instance. For more details about this feature, refer to the official documentation.
  • Added ability to disable SDK's interaction with AppTrackingTransparency.framework API. You can disable it by setting the isAppTrackingTransparencyUsageEnabled member on your AdjustConfig instance to false. For more details about this feature, refer to the official documentation.

Native SDKs


Pull Request #168