Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-appsflyer

Package Overview
Dependencies
Maintainers
3
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-appsflyer - npm Package Compare versions

Comparing version 6.0.50 to 6.1.0

.idea/inspectionProfiles/Project_Default.xml

4

CHANGELOG.md
# Versions
## 6.1.0
- iOS SDK 6.1.0
- Android SDK 6.1.0
## 6.0.50

@@ -3,0 +7,0 @@ - iOS SDK 6.0.5

19

Docs/API.md

@@ -413,3 +413,3 @@ # API

(Android only)
❗(Android only)

@@ -429,5 +429,7 @@ Opt-out of collection of IMEI.<br/>

```javascript
if (Platform.OS == 'android') {
appsFlyer.setCollectIMEI(false, (res) => {
//...
});
}
```

@@ -439,3 +441,3 @@

(Android only)
❗(Android only)

@@ -455,5 +457,7 @@ Opt-out of collection of Android ID.<br/>

```javascript
if (Platform.OS == 'android') {
appsFlyer.setCollectAndroidID(true, (res) => {
//...
});
}
```

@@ -715,3 +719,3 @@

(iOS only)
❗(iOS only)

@@ -727,4 +731,5 @@ Disables Apple Search Ads collecting

```javascript
if (Platform.OS == 'ios') {
appsFlyer.disableCollectASA(true);
}
```

@@ -736,3 +741,3 @@

(iOS only)
❗(iOS only)

@@ -748,3 +753,5 @@ Disables IDFA collecting

```javascript
if (Platform.OS == 'ios') {
appsFlyer.disableAdvertisingIdentifier(true);
}
```

@@ -757,3 +764,3 @@

Learn more - https://support.appsflyer.com/hc/en-us/articles/207032106-Receipt-validation-for-in-app-purchases
Important! for iOS - set SandBox to ```true```<br>
❗Important❗ for iOS - set SandBox to ```true```<br>
```appsFlyer.setUseReceiptValidationSandbox(true);```

@@ -760,0 +767,0 @@

{
"name": "react-native-appsflyer",
"version": "6.0.50",
"version": "6.1.0",
"description": "React Native Appsflyer plugin",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -11,4 +11,5 @@

[![npm version](https://badge.fury.io/js/react-native-appsflyer.svg)](https://badge.fury.io/js/react-native-appsflyer)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Downloads](https://img.shields.io/npm/dm/react-native-appsflyer.svg)](https://www.npmjs.com/package/react-native-appsflyer)
## Table of content

@@ -24,4 +25,4 @@

- iOS AppsFlyerSDK **v6.0.5**
- Android AppsFlyerSDK **v5.4.4**
- iOS AppsFlyerSDK **v6.1.0**
- Android AppsFlyerSDK **v6.1.0**

@@ -28,0 +29,0 @@ ## <a id="v6-breaking-changes"> ❗ v6 Breaking Changes

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc