Releases: adjust/react_native_sdk
Version 5.4.4
Changed
- Updated the Adjust Signature library version to 3.61.0.
Native versions:
[email protected]
[email protected]
Pull Request #280
Version 5.4.3
Added
- Added support for processing deferred deep links in session responses.
- Added support for Google License Verification (LVL). For more details about this feature, refer to the official documentation.
Native versions:
[email protected]
[email protected]
Pull Request #278
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
processAndResolveDeeplinkmethod 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
AdjustStoreInfoobject. You can now specify the store name and store app ID viasetStoreInfomethod on yourAdjustConfiginstance. 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
enableFirstSessionDelaymethod on yourAdjustConfiginstance. To end the delay, make sure to callendFirstSessionDelaymethod ofAdjustinstance. 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
setReferrermethod of theAdjustDeeplinkinstance. For more details about this feature, refer to the official documentation. - Added ability to disable SDK's interaction with
AppTrackingTransparency.frameworkAPI. You can disable it by calling thedisableAppTrackingTransparencyUsagemethod on yourAdjustConfiginstance. 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
jsonResponsefield (JSON string) toAdjustAttributionwhere 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
AdjustPlayStoreSubscriptionfields 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 founderror 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
AdjustDeeplinkclass export toindex.d.ts(#246). - Renamed
AdjustDeeplinkinterface toAdjustDeferredDeeplinkto 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