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

cordova-plugin-appsflyer-sdk

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-appsflyer-sdk - npm Package Compare versions

Comparing version 4.2.14 to 4.2.15

2

package.json
{
"name": "cordova-plugin-appsflyer-sdk",
"version": "4.2.14",
"version": "4.2.15",
"description": "Cordova AppsFlyer SDK Plugin",

@@ -5,0 +5,0 @@ "cordova": {

@@ -1,2 +0,2 @@

<img src="https://www.appsflyer.com/wp-content/themes/ohav-child/images/logo.svg" width="200">
<img src="https://www.appsflyer.com/wp-content/uploads/2016/11/logo-1.svg" width="200">

@@ -178,3 +178,3 @@ # Cordova AppsFlyer plugin for Android and iOS.

isDebug: false,
onInstallConversionDataLoaded: true
onInstallConversionDataListener: true
};

@@ -251,16 +251,17 @@ window.plugins.appsFlyer.initSdk(options, onSuccess, onError);

##### <a id="setGCMProjectID"> **`setGCMProjectID(GCMProjectID): void`**
##### <a id="setGCMProjectID"> **`setGCMProjectID(GCMProjectNumber): void`**
Set the GCM API key. AppsFlyer requires a Google Project Number and GCM API Key to enable uninstall tracking.
AppsFlyer requires a Google Project Number to enable uninstall tracking.
<a href="https://support.appsflyer.com/hc/en-us/articles/208004986-Android-Uninstall-Tracking">More Information</a>
| parameter | type | description |
| ----------- |-----------------------------|--------------|
| `GCMProjectID` | `String` | |
| `GCMProjectNumber` | `String` | |
//TBD should be from delegate
##### <a id="registerUninstall"> **`registerUninstall(token): void`**
AEnables tracking app. uninstalls.
Enables app uninstall tracking.
<a href="https://support.appsflyer.com/hc/en-us/articles/211211963-iOS-Uninstall-Tracking">More Information</a>

@@ -338,2 +339,2 @@ | parameter | type | description |

![demo printscreen](examples/demo_example.png?raw=true)
![demo printscreen](examples/demo_example.png?raw=true)

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