Releases: adjust/react_native_sdk
Releases · adjust/react_native_sdk
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
Version 4.11.3
Added
- [iOS][AND] Added check if
sdk_click
package response contains attribution information. - [iOS][AND] Added sending of attributable parameters with every
sdk_click
package.
Changed
- [iOS][AND] Replaced
assert
level logs withwarn
level.
Native versions:
[email protected]
[email protected]
Pull Request #13
Version 4.11.2
Added
- [iOS] Added nullability annotations to public headers for Swift 3.0 compatibility.
- [iOS] Added
BITCODE_GENERATION_MODE
to iOS framework forCarthage
support. - [iOS] Added support for iOS 10.3.
- [iOS][AND] Added sending of the app's install time.
- [iOS][AND] Added sending of the app's update time.
Fixed
- [iOS] Fixed not processing of
sdk_info
package type causing logs not to print proper package name once tracked. - [AND] Fixed query string parsing.
- [AND] Fixed issue of creating and destroying lots of threads on certain Android API levels (adjust/android_sdk#265).
- [AND] Protected
Package Manager
from throwing unexpected exceptions (adjust/android_sdk#266).
Changed
- [AND] Refactored native networking code.
- [iOS] Updated native iOS SDK to version 4.11.3.
- [AND] Updated native Android SDK to version 4.11.3.
- [REPO] Introduced
[iOS]
,[AND]
,[WIN]
and[REPO]
tags toCHANGELOG
to highlight the platform the change is referring to. - [REPO] Updated example app.
Native versions:
[email protected]
[email protected]
Pull Request #11
Version 4.11.1
Added
- Added support for React Native
0.40.0
++ (thanks to @philipheinser, @philipshurpik and @dhorelik)
Fixed
- Fixed
Duplicate interface definition for class
error messages.
Changed
- Updated iOS and Android example apps build scripts.
Native versions:
[email protected]
[email protected]
Pull Request #9
Version 4.11.0
Added
- Added support for react native
0.40.0
(thanks to @philipheinser). - Added
adid
property to the attribution callback response. - Added
getIdfa
method to theAdjust
instance to be able to obtain iOS advertising identifier (IDFA). - Added
getGoogleAdId
method to theAdjust
instance to be able to obtain Google Play Services advertising identifier. - Added
getAdid
method to theAdjust
instance to be able to get adid value at any time after obtaining it, not only when session/event callbacks have been triggered. - Added
getAttribution
method to theAdjust
instance to be able to get current attribution value at any time after obtaining it, not only when an attribution callback has been triggered. - Added sending of Amazon Fire Advertising Identifier for Android platform.
- Added possibility to set default tracker for the app by adding
adjust_config.properties
file to theassets
folder of your Android app. Mostly meant to be used by theAdjust Store & Pre-install Tracker Tool
(https://github.com/adjust/android_sdk/blob/master/doc/english/pre_install_tracker_tool.md).
Fixed
- Now reading push token value from activity state file when sending package.
- Fixed memory leak by closing network session for iOS platform.
- Fixed
TARGET_OS_TV
pre-processor check for iOS platform.
Changed
- Firing attribution request as soon as install has been tracked, regardless of presence of attribution callback implementation in user's app.
- Saving iAd/AdSearch details to prevent sending duplicated
sdk_click
packages for iOS platform. - Updated docs.
- Updated native iOS SDK to version 4.11.0.
- Updated native Android SDK to version 4.11.0.
- Native SDKs stability updates and improvements.
Native versions:
[email protected]
[email protected]
Pull Request #6