Socket
Socket
Sign inDemoInstall

react-native-adjust-oaid

Package Overview
Dependencies
0
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

4.38.1

Diff

Changelog

Source

Version 4.38.1 (30th April 2024)

Added
  • Added sending of the additional iOS SDK observability parameters for debugging purposes.
Fixed
  • Removed nullability type specifier warnings (https://github.com/adjust/ios_sdk/issues/703).
Native SDKs
  • [iOS@v4.38.2][ios_sdk_v4.38.2]
  • [Android@v4.38.3][android_sdk_v4.38.3]

uerceg
published 4.38.0 •

Changelog

Source

Version 4.38.0 (27th March 2024)

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 SDKs
  • [iOS@v4.38.0][ios_sdk_v4.38.0]
  • [Android@v4.38.3][android_sdk_v4.38.3]

uerceg
published 4.37.2 •

Changelog

Source

Version 4.37.2 (21st March 2024)

Fixed
  • Fixed occasional crashes caused by not synchronized access to cached IDFA value (https://github.com/adjust/ios_sdk/issues/696).
Changed
  • Added tracking of third_party_sharing and measurement_consent packages if invoked before SDK initialization in subsequent SDK initializations.
Native SDKs
  • [iOS@v4.37.2][ios_sdk_v4.37.2]
  • [Android@v4.38.2][android_sdk_v4.38.2]

uerceg
published 4.37.1 •

Changelog

Source

Version 4.37.1 (30th January 2024)

Fixed
  • Marked all Android method parameters as final to address compilation errors when trying to access a callback inside of the inner class (https://github.com/adjust/react_native_sdk/issues/226).
Native SDKs
  • [iOS@v4.37.0][ios_sdk_v4.37.0]
  • [Android@v4.38.1][android_sdk_v4.38.1]

uerceg
published 4.37.0 •

Changelog

Source

Version 4.37.0 (30th January 2024)

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 the Adjust 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 the Adjust instance.
  • Added support for Google Play Games on PC.
  • Added support for TopOn and AD(X) ad revenue tracking.
  • Added a new type of URL strategy called AdjustConfig.AdjustUrlStrategyCnOnly. This URL strategy represents AdjustConfig.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 the AdjustConfig instance.
Native SDKs
  • [iOS@v4.37.0][ios_sdk_v4.37.0]
  • [Android@v4.38.1][android_sdk_v4.38.1]

uerceg
published 4.35.1 •

Changelog

Source

Version 4.35.1 (10th October 2023)

Added
  • Added sending of event_callback_id parameter (if set) with the event payload.
Native SDKs
  • [iOS@v4.35.2][ios_sdk_v4.35.2]
  • [Android@v4.35.1][android_sdk_v4.35.1]

uerceg
published 4.35.0 •

Changelog

Source

Version 4.35.0 (6th October 2023)

Added
  • 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 the AdjustConfig instance.
  • Added support for purchase verification. In case you are using this feature, you can now use it by calling verifyAppStorePurchase (for iOS) and verifyPlayStorePurchase (for Android) methods of the Adjust instance.
  • Added support for SigV3 library. Update authorization header building logic to use adj_signing_id.
  • Added setAndroidFinalAttributionEnabled method to AdjustConfig 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).
Native SDKs
  • [iOS@v4.35.1][ios_sdk_v4.35.1]
  • [Android@v4.35.0][android_sdk_v4.35.0]

uerceg
published 4.33.0 •

Changelog

Source

Version 4.33.0 (15th January 2023)

Added
  • Added support for SKAdNetwork 4.0.
  • Added support for setting a new China URL Strategy. You can choose this setting by calling setUrlStrategy method of AdjustConfig instance with AdjustConfig.UrlStrategyCn parameter.
  • Added support to OAID plugin for MSA SDK v2.0.0.
Native SDKs
  • [iOS@v4.33.3][ios_sdk_v4.33.3]
  • [Android@v4.33.2][android_sdk_v4.33.2]

uerceg
published 4.32.1 •

Changelog

Source

Version 4.32.1 (14th November 2022)

Fixed
  • Fixed conversion bug which caused transaction_date parameter of iOS subscription tracking to be wrongly formatted.
Native SDKs
  • [iOS@v4.32.1][ios_sdk_v4.32.1]
  • [Android@v4.32.0][android_sdk_v4.32.0]

uerceg
published 4.32.0 •

Changelog

Source

Version 4.32.0 (11th October 2022)

Added
  • Added partner sharing settings to the third party sharing feature.
  • Added getLastDeeplink getter to Adjust API to be able to get last tracked deep link by the SDK (iOS only).
Changed
  • Switched to adding permission com.google.android.gms.permission.AD_ID in the Android app's manifest by default.
Fixed
  • Fixed Xcode 14 build errors by switching to usage of React-Core pod (https://github.com/adjust/react_native_sdk/issues/193).
  • Added missing cost data info to attribution getter once invoked on iOS platform.
Native SDKs
  • [iOS@v4.32.1][ios_sdk_v4.32.1]
  • [Android@v4.32.0][android_sdk_v4.32.0]

2Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc