Skip to content

Version 5.4.0 #197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Jun 4, 2025
Merged

Version 5.4.0 #197

merged 22 commits into from
Jun 4, 2025

Conversation

uerceg
Copy link
Contributor

@uerceg uerceg commented Jun 4, 2025

  • 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.
  • Added jsonResponse to attribution which represents the JSON string sent by the backend as part of the attribution response.

awesome-cordova-plugins PR: danielsogl/awesome-cordova-plugins#4948

@uerceg uerceg merged commit 7195729 into master Jun 4, 2025
@uerceg uerceg deleted the v540 branch June 4, 2025 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant