Releases: adjust/react_native_sdk
Releases · adjust/react_native_sdk
Version 4.14.0
Added
- Added deep link caching in case
appWillOpenUrl
method is called before SDK is initialised.
Changed
- Imposed type checks when calling methods for adding callback and partner parameters - both key and value now must be strings.
- Updated the way how iOS native bridge handles push tokens from React Native interface - they are now being passed directly as strings to native iOS SDK.
Native versions:
[email protected]
[email protected]
Pull Request #35
Version 4.13.0
Added
- Added
gdprForgetMe
method toAdjust
interface to enable possibility for user to be forgotten in accordance with GDPR law.
Native versions:
[email protected]
[email protected]
Pull Request #32
Version 4.12.3
Version 4.12.2
Native changes
- https://github.com/adjust/ios_sdk/blob/master/CHANGELOG.md#version-4122-13th-february-2018
- https://github.com/adjust/ios_sdk/blob/master/CHANGELOG.md#version-4123-23rd-february-2018
- https://github.com/adjust/android_sdk/blob/master/CHANGELOG.md#version-4122-28th-february-2018
- https://github.com/adjust/android_sdk/blob/master/CHANGELOG.md#version-4123-7th-march-2018
Native versions:
[email protected]
[email protected]
Pull Request #29
Version 4.12.1
Version 4.12.0
Native changes:
- [iOS] https://github.com/adjust/ios_sdk/blob/master/CHANGELOG.md#version-4120-13th-december-2017
- [iOS] https://github.com/adjust/ios_sdk/blob/master/CHANGELOG.md#version-4121-13th-december-2017
- [AND] https://github.com/adjust/android_sdk/blob/master/CHANGELOG.md#version-4120-13th-december-2017
Added
- Added
getAmazonAdId
method toAdjust
interface. - Added
setAppSecret
method toAdjustConfig
interface. - Added
setReadMobileEquipmentIdentity
method toAdjustConfig
interface. - Added
componentWillUnmount
method toAdjust
interface to unsubscribe from callbacks.
Changed
- Switched to
RCTEventEmitter
instead ofRCTBridge
for emitting native events (reference).
Native versions:
[email protected]
[email protected]
Pull Request #25
Version 4.11.7
Added
- [iOS] Added support for
use_frameworks!
option inPodfile
(thanks to @jimmy-devine).
Changed
- [iOS] Updated Adjust pod version to
4.11.5
inreact-native-adjust.podspec
.
Native versions:
[email protected]
[email protected]
Pull Request #23
Version 4.11.6
Added
- [iOS] Improved iOS 11 support.
Changed
- [iOS] Removed iOS connection validity checks.
- [iOS] Updated native iOS SDK to version 4.11.5.
Native versions:
[email protected]
[email protected]
Pull Request #21
Version 4.11.5
Added
- [iOS] Added
Podspec
file for Cocoapods support (thanks to @pietropizzi, @tecbot and @dan-manges).
Native versions:
[email protected]
[email protected]
Pull Request #19
Version 4.11.4
Added
- [AND] Added support for
React Native 0.47.0 and higher
(thanks to @robertmerten and @ruiaraujo).
Changed
- [REPO] Example app built
React Native 0.47.0
.
Native versions:
[email protected]
[email protected]
Pull Request #18