Skip to content

Releases: adjust/react_native_sdk

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

Version 4.29.2

26 Jul 12:41
3e12335
Compare
Choose a tag to compare

Fixed

  • Removed accidentally added create-react-native-app plugin dependency (thanks to @kelleyvanevert) (#121).

Native versions:
[email protected]
[email protected]


Pull Request #138

Version 4.29.1

21 Jul 11:50
1d7deac
Compare
Choose a tag to compare

Fixed

  • Fixed wrong trackAdRevenue TypeScript method declaration (#134).
  • Fixed missing authorization header in retry requests on Android.

Native versions:
[email protected]
[email protected]


Pull Request #137

Version 4.29.0

15 Jul 11:53
68d5940
Compare
Choose a tag to compare

Added

  • [beta] Added data residency feature. You can choose this setting by calling setUrlStrategy method of AdjustConfig instance with AdjustConfig.DataResidencyEU (for EU data residency region), AdjustConfig.DataResidencyTR (for TR data residency region) or AdjustConfig.DataResidencyUS value (for US data residency region).
  • Added possibility to trackAdRevenue method of Adjust interface to allow tracking of ad revenue by passing AdjustAdRevenue object as parameter.
  • Added support for AppLovin MAX ad revenue tracking.
  • Added setConversionValueUpdatedCallbackListener method to AdjustConfig which can be used to set a callback which will get information when Adjust SDK updates conversion value for the user.
  • Added preinstall tracking with usage of system installer receiver on Android platform (setPreinstallFilePath method of the AdjustConfig).

Native versions:
[email protected]
[email protected]


Pull Request #132

Version 4.28.0

01 Apr 08:59
0ebd22e
Compare
Choose a tag to compare

Changed

  • Removed native iOS legacy code.

Native versions:
[email protected]
[email protected]


Pull Request #119

Version 4.26.0

18 Feb 13:36
09882f1
Compare
Choose a tag to compare

Added

  • Added possibility to get cost data information in attribution callback.
  • Added setNeedsCost method to AdjustConfig to indicate if cost data is needed in attribution callback (by default cost data will not be part of attribution callback if not enabled with this setter method).
  • Added setPreinstallTrackingEnabled method to AdjustConfig to allow enabling of preinstall tracking (this feature is OFF by default).
  • Added support for Apple Search Ads attribution with usage of AdServices.framework.
  • Added setAllowAdServicesInfoReading method to AdjustConfig to allow option for users to prevent SDK from performing any tasks related to Apple Search Ads attribution with usage of AdServices.framework.
  • Added wrapper method updateConversionValue method to Adjust to allow updating SKAdNetwork conversion value via SDK API.
  • Added getAppTrackingAuthorizationStatus getter to Adjust instance to be able to get current iOS app tracking status.
  • Added improved measurement consent management and third party sharing mechanism.
  • Added public constants to be used as sources for ad revenue tracking with trackAdRevenue method.

Native versions:
[email protected]
[email protected]


Pull Request #116

Version 4.23.1

06 Nov 14:20
a4bfcaa
Compare
Choose a tag to compare

Added

  • Added support for autolinking.

Native versions:
[email protected]
[email protected]


Pull Request #104

Version 4.23.0

28 Aug 00:59
06485b0
Compare
Choose a tag to compare

Added

  • Added communication with SKAdNetwork framework by default on iOS 14.
  • Added method deactivateSKAdNetworkHandling method to AdjustConfig to switch off default communication with SKAdNetwork framework in iOS 14.
  • Added wrapper method requestTrackingAuthorizationWithCompletionHandler to Adjust to allow asking for user's consent to be tracked in iOS 14 and immediate propagation of user's choice to backend.
  • Added handling of new iAd framework error codes introduced in iOS 14.
  • Added sending of value of user's consent to be tracked with each package.
  • Added setUrlStrategy method to AdjustConfig class to allow selection of URL strategy for specific market.

⚠️ Note: iOS 14 beta versions prior to 5 appear to have an issue when trying to use iAd framework API like described in here. For testing of v4.23.0 version of SDK in iOS, please make sure you're using iOS 14 beta 5 or later.


Native versions:
[email protected]
[email protected]


Pull Request #100

Version 4.22.0

06 Jun 00:18
f69f33f
Compare
Choose a tag to compare

Added

  • Added subscription tracking feature.
  • Added OAID plugin for Adjust SDK named react-native-adjust-oaid. With this plugin added next to Adjust SDK, SDK will be able to read Open Advertising ID if present on the device.
  • Added support for Huawei App Gallery install referrer.

Changed

  • Updated communication flow with iAd.framework.

Native versions:
[email protected]
[email protected]


Pull Request #91