Releases: adjust/react_native_sdk
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
Version 4.23.0
Added
- Added communication with SKAdNetwork framework by default on iOS 14.
- Added method
deactivateSKAdNetworkHandling
method toAdjustConfig
to switch off default communication with SKAdNetwork framework in iOS 14. - Added wrapper method
requestTrackingAuthorizationWithCompletionHandler
toAdjust
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 toAdjustConfig
class to allow selection of URL strategy for specific market.
Native versions:
[email protected]
[email protected]
Pull Request #100
Version 4.22.0
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