Releases: adjust/react_native_sdk
Releases · adjust/react_native_sdk
Version 4.35.1
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
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 theAdjustConfig
instance. - Added support for purchase verification. In case you are using this feature, you can now use it by calling
verifyAppStorePurchase
(for iOS) andverifyPlayStorePurchase
(for Android) methods of theAdjust
instance. - Added support for SigV3 library. Update authorization header building logic to use
adj_signing_id
. - Added
setAndroidFinalAttributionEnabled
method toAdjustConfig
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
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 ofAdjustConfig
instance withAdjustConfig.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
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
Added
- Added partner sharing settings to the third party sharing feature.
- Added
getLastDeeplink
getter toAdjust
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
Added
- Added ability to mark your app as COPPA compliant. You can enable this setting by calling
setCoppaCompliantEnabled
method ofAdjustConfig
instance totrue
. - 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 ofAdjustConfig
instance totrue
. - Added
checkForNewAttStatus
method toAdjust
API to allow iOS apps to instruct to SDK to check ifatt_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
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