react-native-adjust
Advanced tools
Changelog
Version 4.29.2 (26th July 2021)
create-react-native-app
plugin dependency (thanks to @kelleyvanevert).Changelog
Version 4.29.1 (21st July 2021)
trackAdRevenue
TypeScript method declaration (https://github.com/adjust/react_native_sdk/issues/134).Changelog
Version 4.29.0 (15th July 2021)
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).trackAdRevenue
method of Adjust
interface to allow tracking of ad revenue by passing AdjustAdRevenue
object as parameter.AppLovin MAX
ad revenue tracking.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.setPreinstallFilePath
method of the AdjustConfig
).Changelog
Version 4.28.0 (1th April 2021)
Changelog
Version 4.26.0 (18th February 2021)
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).setPreinstallTrackingEnabled
method to AdjustConfig
to allow enabling of preinstall tracking (this feature is OFF by default).AdServices.framework
.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
.updateConversionValue
method to Adjust
to allow updating SKAdNetwork conversion value via SDK API.getAppTrackingAuthorizationStatus
getter to Adjust
instance to be able to get current iOS app tracking status.trackAdRevenue
method.Changelog
Version 4.23.1 (6th November 2020)
Changelog
Version 4.23.0 (28th August 2020)
deactivateSKAdNetworkHandling
method to AdjustConfig
to switch off default communication with SKAdNetwork framework in iOS 14.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.setUrlStrategy
method to AdjustConfig
class to allow selection of URL strategy for specific market.Changelog
Version 4.22.0 (6th June 2020)
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.iAd.framework
.Changelog
Version 4.21.0 (1st April 2020)
disableThirdPartySharing
method to Adjust
interface to allow disabling of data sharing with third parties outside of Adjust ecosystem.ad_revenue
package payload.Changelog
Version 4.18.2 (11th October 2019)
convertUniversalLink
method from native iOS SDK to JS API (thanks to @tootsweet).