Skip to content

Releases: adjust/cordova_sdk

Version 5.4.0

04 Jun 12:28
7195729
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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:


Version 5.0.0

14 Sep 09:30
fea92cb
Compare
Choose a tag to compare

We're excited to release our major new SDK version (v5). Among many internal improvements, our spoofing protection solution is now included out of the box, reinforcing our commitment to accurate, actionable, and fraud-free data.

To try out SDK v5 in your app, you can follow our new v4 to v5 migration guide.

If you are a current Adjust client and have questions about SDK v5, please email sdk-v5@adjust.com.

In case you were using beta version of the SDK v5, please switch to the official v5 release.


Version 4.38.1

30 Apr 20:14
27351c9
Compare
Choose a tag to compare

Added

  • Added sending of the additional iOS SDK observability parameters for debugging purposes.

Fixed


Native versions:


Pull Request #187

Version 4.38.0

27 Mar 23:59
9766f67
Compare
Choose a tag to compare

Added


Native versions:


Pull Request #186
awesome-cordova-plugins Pull Request: danielsogl/awesome-cordova-plugins#4724

Version 4.37.1

26 Jan 14:28
704601a
Compare
Choose a tag to compare

Added

  • Added support for Meta install referrer.

Native versions:


Pull Request #185
awesome-cordova-plugins Pull Request: danielsogl/awesome-cordova-plugins#4724

Version 4.37.0

26 Jan 11:10
edcfed3
Compare
Choose a tag to compare

Added

  • Added ability to process shortened deep links and provide the unshortened link back as a response. You can achieve this by invoking processDeeplink method of the Adjust instance.
  • Added getter for obtaining IDFV value of the iOS device. You can obtain IDFV value by calling getIdfv method of the Adjust instance.
  • Added support for Google Play Games on PC.
  • Added support for TopOn and AD(X) ad revenue tracking.
  • Added a new type of URL strategy called AdjustConfig.AdjustUrlStrategyCnOnly. This URL strategy represents AdjustConfig.AdjustUrlStrategyCn strategy, but without fallback domains.
  • Added ability to indicate if the device IDs should be read just once per SDK initialization via calling setReadDeviceInfoOnceEnabled method of the AdjustConfig instance.

Native versions:


Pull Request #182
awesome-cordova-plugins Pull Request: danielsogl/awesome-cordova-plugins#4723