Skip to content

Version 5.4.0

Latest
Compare
Choose a tag to compare
@Aditi3 Aditi3 released this 18 Jun 11:32
· 2 commits to master since this release
660e180

Added

  • Added support for configuring store information via the AdjustStoreInfo object. You can now specify the store name and store app ID via setStoreInfo method on 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 calling the enableFirstSessionDelay method on your AdjustConfig instance. 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 setReferrer method 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 calling the disableAppTrackingTransparencyUsage method on your AdjustConfig instance. For more details about this feature, refer to the official documentation.

Native versions:
[email protected]
[email protected]


Pull Request #270