Skip to content

Releases: adjust/cordova_sdk

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 [email protected].

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

Version 4.35.1

10 Oct 08:00
f4aaad7
Compare
Choose a tag to compare

Added

  • Added sending of event_callback_id parameter (if set) with the event payload.

Native versions:


Pull Request #180

Version 4.35.0

05 Oct 11:15
fbb675f
Compare
Choose a tag to compare

Added

  • Added support for SKAdNetwork 4.0.
  • Added support for setting a new China URL Strategy. You can choose this setting by calling setUrlStrategy method of AdjustConfig instance with AdjustConfig.AdjustUrlStrategyCn parameter.
  • Added ability to read App Set ID on Android platform in case you opt in by adding the com.google.android.gms:play-services-appset dependency to your Android app.
  • Added ability to delay SDK start on iOS platform in order to wait for an answer to the ATT dialog. You can set the number of seconds to wait (capped internally to 120) by calling the setAttConsentWaitingInterval method of the AdjustConfig instance.
  • Added support for purchase verification. In case you are using this feature, you can now use it by calling verifyAppStorePurchase (for iOS) and verifyPlayStorePurchase (for Android) methods of the Adjust instance.
  • Added support for SigV3 library. Update authorization header building logic to use adj_signing_id.
  • Added setAndroidFinalAttributionEnabled method to AdjustConfig to indicate if only final Android attribution is needed in attribution callback (by default attribution callback return intermediate attribution as well before final attribution if not enabled with this setter method).

Native versions:


Pull Request #179

Version 4.32.0

16 Sep 13:27
56e229c
Compare
Choose a tag to compare

Added

  • Added partner sharing settings to the third party sharing feature.
  • Added getLastDeeplink getter to Adjust API to be able to get last tracked deep link by the SDK (iOS only).
  • Added support for LinkMe feature (iOS only).
  • Added support to get Facebook install referrer information in attribution callback (Android only).

Changed

  • Switched to adding permission com.google.android.gms.permission.AD_ID in the Android app's manifest by default.

Fixed

  • Fixed import statement errors in case CocoaPods is forcing usage of frameworks (#163).

Native versions:


Pull Request #166, danielsogl/awesome-cordova-plugins#4327