Releases: adjust/react_native_sdk
Releases · adjust/react_native_sdk
Version 4.32.0
Added
- Added partner sharing settings to the third party sharing feature.
- Added
getLastDeeplinkgetter toAdjustAPI 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_IDin the Android app's manifest by default.
Fixed
- Fixed Xcode 14 build errors by switching to usage of
React-Corepod (#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
setCoppaCompliantEnabledmethod ofAdjustConfiginstance 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
setPlayStoreKidsAppEnabledmethod ofAdjustConfiginstance totrue. - Added
checkForNewAttStatusmethod toAdjustAPI to allow iOS apps to instruct to SDK to check ifatt_statusmight have changed in the meantime. - Added support for Generic ad revenue tracking.
- Added support for
LinkMefeature. - Added support to get Facebook install referrer information in attribution callback.
Fixed
- Fixed
react-native0.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
Admostad revenue tracking.
Fixed
- Fixed
NativeEventEmitterwarnings 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
trackAdRevenueTypeScript method declaration (#134 (comment)).
Native versions:
[email protected]
[email protected]
Pull Request #139
Version 4.29.2
Fixed
- Removed accidentally added
create-react-native-appplugin dependency (thanks to @kelleyvanevert) (#121).
Native versions:
[email protected]
[email protected]
Pull Request #138
Version 4.29.1
Fixed
- Fixed wrong
trackAdRevenueTypeScript 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
setUrlStrategymethod ofAdjustConfiginstance withAdjustConfig.DataResidencyEU(for EU data residency region),AdjustConfig.DataResidencyTR(for TR data residency region) orAdjustConfig.DataResidencyUSvalue (for US data residency region). - Added possibility to
trackAdRevenuemethod ofAdjustinterface to allow tracking of ad revenue by passingAdjustAdRevenueobject as parameter. - Added support for
AppLovin MAXad revenue tracking. - Added
setConversionValueUpdatedCallbackListenermethod toAdjustConfigwhich 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 (
setPreinstallFilePathmethod 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