react-native-appsflyer
Advanced tools
Comparing version 6.0.50 to 6.1.0
# 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 |
@@ -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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
993077
98
117
15