Releases: adjust/react_native_sdk
Releases · adjust/react_native_sdk
Version 4.29.6
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
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
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
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
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
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
Added
- [beta] Added data residency feature. You can choose this setting by calling
setUrlStrategy
method ofAdjustConfig
instance withAdjustConfig.DataResidencyEU
(for EU data residency region),AdjustConfig.DataResidencyTR
(for TR data residency region) orAdjustConfig.DataResidencyUS
value (for US data residency region). - Added possibility to
trackAdRevenue
method ofAdjust
interface to allow tracking of ad revenue by passingAdjustAdRevenue
object as parameter. - Added support for
AppLovin MAX
ad revenue tracking. - Added
setConversionValueUpdatedCallbackListener
method toAdjustConfig
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 theAdjustConfig
).
Native versions:
[email protected]
[email protected]
Pull Request #132
Version 4.28.0
Changed
- Removed native iOS legacy code.
Native versions:
[email protected]
[email protected]
Pull Request #119
Version 4.26.0
Added
- Added possibility to get cost data information in attribution callback.
- Added
setNeedsCost
method toAdjustConfig
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 toAdjustConfig
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 toAdjustConfig
to allow option for users to prevent SDK from performing any tasks related to Apple Search Ads attribution with usage ofAdServices.framework
. - Added wrapper method
updateConversionValue
method toAdjust
to allow updating SKAdNetwork conversion value via SDK API. - Added
getAppTrackingAuthorizationStatus
getter toAdjust
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
Added
- Added support for autolinking.
Native versions:
[email protected]
[email protected]
Pull Request #104