Releases: adjust/react_native_sdk
Version 5.4.2
Fixed
- Fixed first session delay pre-init actions array lazy initialization.
Changed
- Updated purchase verification handler (internal changes).
Native versions:
[email protected]
[email protected]
Pull Request #275
Version 5.4.1
Added
- Added support for Google On-Device-Measurement. For more details about this feature, refer to the official documentation.
- Optimized the logic behind the
processAndResolveDeeplink
method to immediately return links that have already been resolved.
Changed
- Updated the Adjust Signature library version to 3.47.0.
- Added indication of nullable types inside of the
index.d.ts
(#269).
Native versions:
[email protected]
[email protected]
Kudos
Big thank you to @huextrat (#269).
Pull Request #274
Version 5.4.0
Added
- Added support for configuring store information via the
AdjustStoreInfo
object. You can now specify the store name and store app ID viasetStoreInfo
method on yourAdjustConfig
instance. This enables the SDK to record the intended app store source during initialization. For more details about this feature, refer to the official documentation. - Added ability to initialize the SDK for the first session in delayed mode. You can start the SDK in the delayed mode by calling the
enableFirstSessionDelay
method on yourAdjustConfig
instance. To end the delay, make sure to callendFirstSessionDelay
method ofAdjust
instance. For more details about this feature, refer to the official documentation. - Added ability to send organic search referrer together with deep link. You can send it via
setReferrer
method of theAdjustDeeplink
instance. For more details about this feature, refer to the official documentation. - Added ability to disable SDK's interaction with
AppTrackingTransparency.framework
API. You can disable it by calling thedisableAppTrackingTransparencyUsage
method on yourAdjustConfig
instance. For more details about this feature, refer to the official documentation.
Native versions:
[email protected]
[email protected]
Pull Request #270
Version 5.1.0
Added
- Added
jsonResponse
field (JSON string) toAdjustAttribution
where every key-value pair sent by the backend as part of the attribution response can be found.
Fixed
- Fixed occasional occurrences in which ATT waiting interval timer was not being started.
- Fixed occasional NPE occurrences when app was entering background (adjust/android_sdk#630).
Native versions:
[email protected]
[email protected]
Pull Request #262
Version 5.0.4
Fixed
- Fixed type mismatch of some
AdjustPlayStoreSubscription
fields in JS and TS (#260).
Native versions:
[email protected]
[email protected]
Pull Request #261
Version 5.0.3
Changed
- Switched to native Android SDK version that depends on a specific version of the signature library.
Native versions:
[email protected]
[email protected]
Pull Request #257
Version 5.0.2
Fixed
- 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.
Native versions:
[email protected]
[email protected]
Pull Request #253
Version 5.0.1
Fixed
- Added missing
AdjustDeeplink
class export toindex.d.ts
(#246). - Renamed
AdjustDeeplink
interface toAdjustDeferredDeeplink
to avoid naming collision with as of now the class namedAdjustDeeplink
.
Native versions:
[email protected]
[email protected]
Kudos
Big thank you to @huextrat for contributions to this release.
Pull Request #247
Version 5.0.0
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 [email protected].
In case you were using beta version of the SDK v5, please switch to the official v5 release.
Version 4.38.1
Added
- Added sending of the additional iOS SDK observability parameters for debugging purposes.
Fixed
- Removed nullability type specifier warnings (adjust/ios_sdk#703).
Native versions:
[email protected]
[email protected]
Pull Request #239