cordova-plugin-appsflyer-sdk
Advanced tools
Comparing version 4.2.14 to 4.2.15
{ | ||
"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
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
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
2082108
338