Skip to content

Releases: adjust/cordova_sdk

Version 5.5.0

07 Dec 00:11
3641f1b

Choose a tag to compare

Added

  • Added getAdidWithTimeout method to the Adjust API to allow retrieving the ADID with a specified timeout. If the value is not obtained in time, null is returned.
  • Added getAttributionWithTimeout method to the Adjust API to allow retrieving the current attribution information with a specified timeout. If the value is not obtained in time, null is returned.
  • Added the resolveLinkWithUrl method to the Adjust API to resolve the underlying Adjust link from other links that wrap Adjust links.
  • Added ability to disable the reading of the app set ID. You can do this by calling the disableAppSetIdReading method on your AdjustConfig instance.

Changed

  • Updated the Adjust Signature library version to 3.62.0.

Native SDKs:


PR #203

Version 5.4.4

23 Oct 14:50
d5f1576

Choose a tag to compare

Changed

  • Updated the Adjust Signature library version to 3.61.0.

Native SDKs:


PR #202

Version 5.4.3

24 Sep 15:00
754fe98

Choose a tag to compare

Added

  • Added support for processing deferred deep links in session responses.
  • Added support for Google License Verification (LVL). For more details about this feature, refer to the official documentation.

Native SDKs:


PR #201

Version 5.4.2

12 Aug 09:05
346dc5f

Choose a tag to compare

Added

  • Optimized the logic behind the processAndResolveDeeplink method to immediately return links that have already been resolved.

Fixed

  • Fixed first session delay pre-init actions array lazy initialization.

Changed

  • Updated the Adjust Signature library version to 3.47.0.
  • Updated purchase verification handler (internal changes).

Native SDKs:


PR #200

Version 5.4.1

10 Jun 21:50
d9541e3

Choose a tag to compare

Changed

  • Removed deployment-target iOS preference from plugin.xml (#198).

Native SDKs:



Kudos

Big thank you to @jfougere (#198).

Version 5.4.0

04 Jun 12:28
7195729

Choose a tag to compare

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

Native SDKs:


Version 5.0.4

04 Feb 23:20
800b8ca

Choose a tag to compare

Added

  • Added sending of the additional parameter to improve troubleshooting of SKAdNetwork related issues.

Fixed

  • Fixed occasional occurrences in which ATT waiting interval timer was not being started.
  • Fixed occasional NPE occurrences when app was entering background (adjust/android_sdk#630).

Native SDKs:


Version 5.0.3

06 Dec 09:48
f6ca9f9

Choose a tag to compare

Changed

  • Switched to native Android SDK version that depends on a specific version of the signature library.

Native SDKs:


Version 5.0.2

22 Nov 13:09
0d9f14f

Choose a tag to compare

Fixed

  • Removed platform detection logic from JS layer which was requiring cordova-plugin-device dependency.

Native SDKs:


Version 5.0.1

23 Sep 10:30
007083a

Choose a tag to compare

Fixed

  • Fixed errors from index.ts (#190).
  • Fixed occasional ANRs while reading install referrer from Shared Preferences during the SDK initialization.

Native SDKs: