Releases: adjust/react_native_sdk
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
Version 4.38.0
Added
- 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
Native versions:
[email protected]
[email protected]
Pull Request #236
Version 4.37.2
Fixed
- Fixed occasional crashes caused by not synchronized access to cached IDFA value (adjust/ios_sdk#696).
Changed
- Added tracking of
third_party_sharing
andmeasurement_consent
packages if invoked before SDK initialization in subsequent SDK initializations.
Native versions:
[email protected]
[email protected]
Version 4.37.1
Fixed
- Marked all Android method parameters as
final
to address compilation errors when trying to access a callback inside of the inner class (#226).
Native versions:
[email protected]
[email protected]
Pull Request #230
Version 4.37.0
Added
- 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.
Native versions:
[email protected]
[email protected]
Pull Request #229
Version 4.35.1
Added
- Added sending of
event_callback_id
parameter (if set) with the event payload.
Native versions:
[email protected]
[email protected]
Pull Request #219