🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-native-adjust

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-adjust - npm Package Versions

12346

4.12.2

Diff
uerceg
published 4.12.2 •

Changelog

Source

Version 4.12.2 (8th March 2018)

Native changes

  • 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

Native SDKs

  • [iOS@v4.12.3][ios_sdk_v4.12.3]
  • [Android@v4.12.3][android_sdk_v4.12.3]
uerceg
published 4.12.1 •

Changelog

Source

Version 4.12.1 (1st February 2018)

Native changes

  • https://github.com/adjust/android_sdk/blob/master/CHANGELOG.md#version-4121-31st-january-2018

Native SDKs

  • [iOS@v4.12.1][ios_sdk_v4.12.1]
  • [Android@v4.12.1][android_sdk_v4.12.1]
uerceg
published 4.12.0 •

Changelog

Source

Version 4.12.0 (4th January 2018)

Native changes:

  • [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

  • Added getAmazonAdId method to Adjust interface.
  • Added setAppSecret method to AdjustConfig interface.
  • Added setReadMobileEquipmentIdentity method to AdjustConfig interface.
  • Added componentWillUnmount method to Adjust interface to unsubscribe from callbacks.

Changed

  • Switched to RCTEventEmitter instead of RCTBridge for emitting native events (reference).

Native SDKs

  • [iOS] [iOS@v4.12.1][ios_sdk_v4.12.1]
  • [AND] [Android@v4.12.0][android_sdk_v4.12.0]
uerceg
published 4.11.7 •

Changelog

Source

Version 4.11.7 (5th October 2017)

Added

  • [iOS] Added support for use_frameworks! option in Podfile (thanks to @jimmy-devine).

Changed

  • [iOS] Updated Adjust pod version to 4.11.5 in react-native-adjust.podspec.

Native SDKs

  • [iOS] [iOS@v4.11.5][ios_sdk_v4.11.5]
  • [AND] [Android@v4.11.4][android_sdk_v4.11.4]
uerceg
published 4.11.6 •

Changelog

Source

Version 4.11.6 (28th September 2017)

Added

  • [iOS] Improved iOS 11 support.

Changed

  • [iOS] Removed iOS connection validity checks.
  • [iOS] Updated native iOS SDK to version 4.11.5.

Native SDKs

  • [iOS] [iOS@v4.11.5][ios_sdk_v4.11.5]
  • [AND] [Android@v4.11.4][android_sdk_v4.11.4]
uerceg
published 4.11.5 •

Changelog

Source

Version 4.11.5 (22nd August 2017)

Added

  • [iOS] Added Podspec file for Cocoapods support (thanks to @pietropizzi, @tecbot and @dan-manges).

Native SDKs

  • [iOS] [iOS@v4.11.4][ios_sdk_v4.11.4]
  • [AND] [Android@v4.11.4][android_sdk_v4.11.4]
uerceg
published 4.11.4 •

Changelog

Source

Version 4.11.4 (3rd August 2017)

Added

  • [AND] Added support for React Native 0.47.0 and higher (thanks to @robertmerten and @ruiaraujo).

Changed

  • [REPO] Example app built React Native 0.47.0.

Native SDKs

  • [iOS] [iOS@v4.11.4][ios_sdk_v4.11.4]
  • [AND] [Android@v4.11.4][android_sdk_v4.11.4]
uerceg
published 4.11.3 •

Changelog

Source

Version 4.11.3 (15th May 2017)

Added

  • [iOS][AND] Added check if sdk_click package response contains attribution information.
  • [iOS][AND] Added sending of attributable parameters with every sdk_click package.

Changed

  • [iOS][AND] Replaced assert level logs with warn level.

Native SDKs

  • [iOS] [iOS@v4.11.4][ios_sdk_v4.11.4]
  • [AND] [Android@v4.11.4][android_sdk_v4.11.4]
uerceg
published 4.11.2 •

Changelog

Source

Version 4.11.2 (24th April 2017)

Added

  • [iOS] Added nullability annotations to public headers for Swift 3.0 compatibility.
  • [iOS] Added BITCODE_GENERATION_MODE to iOS framework for Carthage 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.

Fixed

  • [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 (https://github.com/adjust/android_sdk/issues/265).
  • [AND] Protected Package Manager from throwing unexpected exceptions (https://github.com/adjust/android_sdk/issues/266).

Changed

  • [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 to CHANGELOG to highlight the platform the change is referring to.
  • [REPO] Updated example app.

Native SDKs

  • [iOS] [iOS@v4.11.3][ios_sdk_v4.11.3]
  • [AND] [Android@v4.11.3][android_sdk_v4.11.3]
uerceg
published 4.11.1 •

Changelog

Source

Version 4.11.1 (21st February 2017)

Added

  • [REPO] Added support for React Native 0.40.0++ (thanks to @philipheinser, @philipshurpik and @dhorelik)

Fixed

  • [iOS] Fixed Duplicate interface definition for class error messages.

Changed

  • [REPO] Updated iOS and Android example apps build scripts.

Native SDKs

  • [iOS] [iOS@v4.11.0][ios_sdk_v4.11.0]
  • [AND] [Android@v4.11.0][android_sdk_v4.11.0]