appsflyer-capacitor-plugin
Advanced tools
Comparing version 6.5.2 to 6.8.0-rc1
# Release Notes | ||
### 6.8.0-rc1 | ||
Release date: *2022-July-20* | ||
- Updated AppsFlyer Android SDK to v6.8.0 | ||
- Updated AppsFlyer iOS SDK to v6.8.0 | ||
**Overview and Highlights:** | ||
- Capacitor >> update SDKs versions | ||
- Capacitor >> readme >> add AD_ID docs | ||
- Capacitor >> Android >> add `setDisableNetworkData` API | ||
### 6.5.2 | ||
@@ -3,0 +12,0 @@ Release date: *2022-February-07* |
@@ -156,2 +156,8 @@ import type { PluginListenerHandle } from "@capacitor/core"; | ||
logInvite(data: AFLogInvite): Promise<AFRes>; | ||
/** | ||
* Use to opt-out of collecting the network operator name (carrier) and sim operator name from the device. | ||
* | ||
* @param disable Defaults to false | ||
*/ | ||
setDisableNetworkData(disable: AFDisable): Promise<void>; | ||
} |
{ | ||
"name": "appsflyer-capacitor-plugin", | ||
"version": "6.5.2", | ||
"iosSdkVersion": "6.5.2", | ||
"version": "6.8.0-rc1", | ||
"iosSdkVersion": "6.8.0", | ||
"description": "AppsFlyer SDK plugin for Capacitor", | ||
@@ -6,0 +6,0 @@ "main": "dist/plugin.cjs.js", |
@@ -18,3 +18,3 @@ <img src="https://raw.githubusercontent.com/AppsFlyerSDK/appsflyer-capacitor-plugin/main/assets/AFLogo_primary.png" width="600" > | ||
- Android AppsFlyer SDK **6.5.2️** | ||
- iOS AppsFlyer SDK **6.5.2️** | ||
- iOS AppsFlyer SDK **6.8.0️** | ||
@@ -21,0 +21,0 @@ <!--- |
@@ -242,3 +242,10 @@ import type {PluginListenerHandle} from "@capacitor/core"; | ||
logInvite(data : AFLogInvite): Promise<AFRes>; | ||
/** | ||
* Use to opt-out of collecting the network operator name (carrier) and sim operator name from the device. | ||
* | ||
* @param disable Defaults to false | ||
*/ | ||
setDisableNetworkData(disable : AFDisable): Promise<void>; | ||
} | ||
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
750
95263
1
2