Skip to content

Releases: adjust/react_native_sdk

Version 4.35.1

10 Oct 09:41
0a4a725
Compare
Choose a tag to compare

Added

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

Native versions:
[email protected]
[email protected]


Pull Request #219

Version 4.35.0

06 Oct 09:30
c8e7aa5
Compare
Choose a tag to compare

Added

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


Pull Request #217

Version 4.33.0

15 Jan 22:20
8c944ce
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.UrlStrategyCn parameter.
  • Added support to OAID plugin for MSA SDK v2.0.0.

Native versions:
[email protected]
[email protected]


Pull Request #206

Version 4.32.1

14 Nov 13:53
87f06f7
Compare
Choose a tag to compare

Fixed

  • Fixed conversion bug which caused transaction_date parameter of iOS subscription tracking to be wrongly formatted.

Native versions:
[email protected]
[email protected]


Pull Request #198

Version 4.32.0

11 Oct 12:49
4d30ff6
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).

Changed

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

Fixed

  • Fixed Xcode 14 build errors by switching to usage of React-Core pod (#193).
  • Added missing cost data info to attribution getter once invoked on iOS platform.

Native versions:
[email protected]
[email protected]


Pull Request #194

Version 4.31.0

10 Aug 13:21
fcf3559
Compare
Choose a tag to compare

Added

  • Added ability to mark your app as COPPA compliant. You can enable this setting by calling setCoppaCompliantEnabled method of AdjustConfig instance to true.
  • Added ability to mark your Android app as app for the kids in accordance to Google Play Families policies. You can enable this setting by calling setPlayStoreKidsAppEnabled method of AdjustConfig instance to true.
  • Added checkForNewAttStatus method to Adjust API to allow iOS apps to instruct to SDK to check if att_status might have changed in the meantime.
  • Added support for Generic ad revenue tracking.
  • Added support for LinkMe feature.
  • Added support to get Facebook install referrer information in attribution callback.

Fixed

  • Fixed react-native 0.69 autolinking issue (#186).

Native versions:
[email protected]
[email protected]


Pull Request #190

Version 4.29.6

26 Jan 01:55
e617d76
Compare
Choose a tag to compare

Added

  • Added support to OAID plugin for MSA SDK v1.1.0.

Fixed

  • Added missing URL strategy constants to index.d.ts (#157).

Native versions:
[email protected]
[email protected]


Pull Request #159

Version 4.29.5

14 Dec 12:34
d786618
Compare
Choose a tag to compare

Added

  • Added Huawei Install Referrer Track ID support.
  • Added support for Admost ad revenue tracking.

Fixed

  • Fixed NativeEventEmitter warnings caused by RN 0.66 upgrade (#147).

Native versions:
[email protected]
[email protected]


Pull Request #154

Version 4.29.4

20 Aug 13:22
2c12aa7
Compare
Choose a tag to compare

Fixed

  • Fixed issue with insufficient buffer size for storing SDK prefix (#140).

Native versions:
[email protected]
[email protected]


Pull Request #141

Version 4.29.3

12 Aug 10:34
e54201f
Compare
Choose a tag to compare

Added

  • Added support to OAID plugin for MSA SDK v1.0.26.

Fixed

  • Fixed wrong trackAdRevenue TypeScript method declaration (#134 (comment)).

Native versions:
[email protected]
[email protected]


Pull Request #139