- Switched to native Android SDK version that depends on a specific version of the signature library.
- Fixed
Adjust.modulemap not found
error in certain CocoaPods integration cases. - Fixed occasional ANRs while reading install referrer from Shared Preferences during the SDK initialization.
- Added missing
AdjustDeeplink
class export toindex.d.ts
(#246). - Renamed
AdjustDeeplink
interface toAdjustDeferredDeeplink
to avoid naming collision with as of now the class namedAdjustDeeplink
.
We're excited to release our major new SDK version (v5). Among many internal improvements, our spoofing protection solution is now included out of the box, reinforcing our commitment to accurate, actionable, and fraud-free data.
To try out SDK v5 in your app, you can follow our new v4 to v5 migration guide.
If you are a current Adjust client and have questions about SDK v5, please email sdk-v5@adjust.com.
In case you were using beta version of the SDK v5, please switch to the official v5 release.
- Added sending of the additional iOS SDK observability parameters for debugging purposes.
- Removed nullability type specifier warnings (adjust/ios_sdk#703).
- Added iOS Privacy Manifest for the Adjust SDK.
- Added new domains and corresponding payload restrictions for the Adjust SDK to direct the iOS traffic to:
- https://consent.adjust.com - for consented users
- https://analytics.adjust.com - for non-consented users
- Fixed occasional crashes caused by not synchronized access to cached IDFA value (adjust/ios_sdk#696).
- Added tracking of
third_party_sharing
andmeasurement_consent
packages if invoked before SDK initialization in subsequent SDK initializations.
- Marked all Android method parameters as
final
to address compilation errors when trying to access a callback inside of the inner class (#226).
- Added ability to process shortened deep links and provide the unshortened link back as a response. You can achieve this by invoking
processDeeplink
method of theAdjust
instance. - Added support for Meta install referrer.
- Added getter for obtaining IDFV value of the iOS device. You can obtain IDFV value by calling
getIdfv
method of theAdjust
instance. - Added support for Google Play Games on PC.
- Added support for
TopOn
andAD(X)
ad revenue tracking. - Added a new type of URL strategy called
AdjustConfig.AdjustUrlStrategyCnOnly
. This URL strategy representsAdjustConfig.AdjustUrlStrategyCn
strategy, but without fallback domains. - Added ability to indicate if the device IDs should be read just once per SDK initialization via calling
setReadDeviceInfoOnceEnabled
method of theAdjustConfig
instance.
- Added sending of
event_callback_id
parameter (if set) with the event payload.
- 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).
- 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.
- Fixed conversion bug which caused
transaction_date
parameter of iOS subscription tracking to be wrongly formatted.
- 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).
- Switched to adding permission
com.google.android.gms.permission.AD_ID
in the Android app's manifest by default.
- 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.
- 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
react-native
0.69 autolinking issue (#186).
- Added support to OAID plugin for MSA SDK v1.1.0.
- Added missing URL strategy constants to
index.d.ts
(#157).
- Added Huawei Install Referrer Track ID support.
- Added support for
Admost
ad revenue tracking.
- Fixed
NativeEventEmitter
warnings caused by RN 0.66 upgrade (#147).
- Added support to OAID plugin for MSA SDK v1.0.26.
- Fixed issue with insufficient buffer size for storing SDK prefix (#140).
- Added support to OAID plugin for MSA SDK v1.0.26.
- Fixed wrong
trackAdRevenue
TypeScript method declaration (#134 (comment)).
- Removed accidentally added
create-react-native-app
plugin dependency (thanks to @kelleyvanevert).
- Fixed wrong
trackAdRevenue
TypeScript method declaration (#134). - Fixed missing authorization header in retry requests on Android.
- [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
).
- Removed native iOS legacy code.
- 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.
- Added support for autolinking.
- 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.
- 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.
- Updated communication flow with
iAd.framework
.
- Added
disableThirdPartySharing
method toAdjust
interface to allow disabling of data sharing with third parties outside of Adjust ecosystem. - Added support for signature library as a plugin.
- Added more aggressive sending retry logic for install session package.
- Added additional parameters to
ad_revenue
package payload. - Added external device ID support.
- Added
convertUniversalLink
method from native iOS SDK to JS API (thanks to @tootsweet).
- Updated example and test app to RN 0.61.2.
- Updated README to fix typos (thanks to @BorisMisnik).
- Fixed compile errors when trying to use Adjust SDK with TypeScript 2.9 and higher (thanks to @rawrmaan).
- Changed submodule endpoints from
SSH
toHTTPS
(thanks to @rawrmaan).
- Added
trackAdRevenue
method toAdjust
interface to allow tracking of ad revenue. With this release added support forMoPub
ad revenue tracking. - Added reading of Facebook anonymous ID if available on iOS platform.
- Updated iOS SDK version number in Podspec file to 4.17.2.
- Added support for projects written in
TypeScript
.
- Added
getSdkVersion()
method toAdjust
interface to obtain current SDK version string.
- Changed usage of
compile
keyword in plugin'sbuild.gradle
file intoimplementation
(#47).
- Added
setCallbackId
method onAdjustEvent
object for users to set custom ID on event object which will later be reported in event success/failure callbacks. - Added
callbackId
field to event tracking success callback object. - Added
callbackId
field to event tracking failure callback object.
- Updated Android SDK and build tools to 26 (thanks to @hamidhadi).
- Marked
setReadMobileEquipmentIdentity
method ofAdjustConfig
object as deprecated. - SDK will now fire attribution request each time upon session tracking finished in case it lacks attribution info.
- Added deep link caching in case
appWillOpenUrl
method is called before SDK is initialised.
- 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.
- Added
gdprForgetMe
method toAdjust
interface to enable possibility for user to be forgotten in accordance with GDPR law.
- 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
- [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
getAmazonAdId
method toAdjust
interface. - Added
setAppSecret
method toAdjustConfig
interface. - Added
setReadMobileEquipmentIdentity
method toAdjustConfig
interface. - Added
componentWillUnmount
method toAdjust
interface to unsubscribe from callbacks.
- Switched to
RCTEventEmitter
instead ofRCTBridge
for emitting native events (reference).
- [iOS] iOS@v4.12.1
- [AND] Android@v4.12.0
- [iOS] Added support for
use_frameworks!
option inPodfile
(thanks to @jimmy-devine).
- [iOS] Updated Adjust pod version to
4.11.5
inreact-native-adjust.podspec
.
- [iOS] iOS@v4.11.5
- [AND] Android@v4.11.4
- [iOS] Improved iOS 11 support.
- [iOS] Removed iOS connection validity checks.
- [iOS] Updated native iOS SDK to version 4.11.5.
- [iOS] iOS@v4.11.5
- [AND] Android@v4.11.4
- [iOS] Added
Podspec
file for Cocoapods support (thanks to @pietropizzi, @tecbot and @dan-manges).
- [iOS] iOS@v4.11.4
- [AND] Android@v4.11.4
- [AND] Added support for
React Native 0.47.0 and higher
(thanks to @robertmerten and @ruiaraujo).
- [REPO] Example app built
React Native 0.47.0
.
- [iOS] iOS@v4.11.4
- [AND] Android@v4.11.4
- [iOS][AND] Added check if
sdk_click
package response contains attribution information. - [iOS][AND] Added sending of attributable parameters with every
sdk_click
package.
- [iOS][AND] Replaced
assert
level logs withwarn
level.
- [iOS] iOS@v4.11.4
- [AND] Android@v4.11.4
- [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.
- [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).
- [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.
- [iOS] iOS@v4.11.3
- [AND] Android@v4.11.3
- [REPO] Added support for React Native
0.40.0
++ (thanks to @philipheinser, @philipshurpik and @dhorelik)
- [iOS] Fixed
Duplicate interface definition for class
error messages.
- [REPO] Updated iOS and Android example apps build scripts.
- [iOS] iOS@v4.11.0
- [AND] Android@v4.11.0
- [iOS][AND] Added
adid
property to the attribution callback response. - [iOS][AND] 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. - [iOS][AND] 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. - [iOS] Added
getIdfa
method to theAdjust
instance to be able to obtain iOS advertising identifier (IDFA). - [AND] Added
getGoogleAdId
method to theAdjust
instance to be able to obtain Google Play Services advertising identifier. - [AND] Added sending of Amazon Fire Advertising Identifier for Android platform.
- [AND] 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).
- [iOS][AND] Now reading push token value from activity state file when sending package.
- [iOS] Fixed memory leak by closing network session for iOS platform.
- [iOS] Fixed
TARGET_OS_TV
pre-processor check for iOS platform.
- [iOS][AND] Firing attribution request as soon as install has been tracked, regardless of presence of attribution callback implementation in user's app.
- [iOS] Saving iAd/AdSearch details to prevent sending duplicated
sdk_click
packages for iOS platform. - [iOS] Updated native iOS SDK to version 4.11.0.
- [AND] Updated native Android SDK to version 4.11.0.
- [REPO] Updated docs.
- [iOS] iOS@v4.11.0
- [AND] Android@v4.11.0
- [iOS][AND] Initial release of the adjust SDK for React Native. Supported platforms:
iOS
andAndroid
.
- [iOS] iOS@v4.10.3
- [AND] Android@v4.10.4