cordova-plugin-appsflyer-sdk
Advanced tools
Comparing version 4.2.17 to 4.2.18
{ | ||
"name": "cordova-plugin-appsflyer-sdk", | ||
"version": "4.2.17", | ||
"version": "4.2.18", | ||
"description": "Cordova AppsFlyer SDK Plugin", | ||
@@ -41,3 +41,3 @@ "cordova": { | ||
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests", | ||
"preparedemo_a": "cd examples/demoA; cordova plugin rm cordova-plugin-appsflyer-sdk --save; cordova plugin add ../.. --save", | ||
"preparedemo_a": "cd examples/demoA; cordova plugin rm cordova-plugin-appsflyer-sdk --save; cordova plugin add ../.. --save; cordova plugin rm cordova-plugin-appsflyer-sdk-tests --save; cordova plugin add ../../tests/", | ||
"preparedemo_c": "cd examples/demoC; cordova plugin rm cordova-plugin-appsflyer-sdk --save; cordova plugin add ../.. --save; cordova plugin rm phonegap-plugin-push --save; cordova plugin add phonegap-plugin-push@1.7.0 --variable SENDER_ID=12345 --save; cordova plugin rm cordova-plugin-console --save; cordova plugin add cordova-plugin-console --save; cordova platform rm android; cordova platform add android; cordova platform rm ios; cordova platform add ios", | ||
@@ -44,0 +44,0 @@ "setup_a": "cd examples/demoA; npm install; cd ../..; npm run preparedemo_a;", |
@@ -7,4 +7,9 @@ <img src="https://www.appsflyer.com/wp-content/uploads/2016/11/logo-1.svg" width="200"> | ||
---------- | ||
In order for us to provide optimal support, we would kindly ask you to submit any issues to support@appsflyer.com | ||
*When submitting an issue please specify your AppsFlyer sign-up (account) email , your app ID , production steps, logs, code snippets and any additional relevant information.* | ||
---------- | ||
## Table of content | ||
@@ -42,4 +47,4 @@ | ||
- iOS AppsFlyerSDK **v4.6.3** | ||
- Android AppsFlyerSDK **v4.6.5** | ||
- iOS AppsFlyerSDK **v4.7.3** | ||
- Android AppsFlyerSDK **v4.7.1** | ||
@@ -46,0 +51,0 @@ |
@@ -45,5 +45,5 @@ | ||
}; | ||
AppsFlyer.prototype.setGCMProjectID = function (GCMProjectID) { | ||
argscheck.checkArgs('S', 'AppsFlyer.setGCMProjectID', arguments); | ||
exec(null, null, "AppsFlyerPlugin", "setGCMProjectID", [GCMProjectID]); | ||
AppsFlyer.prototype.setGCMProjectNumber = function (gcmProjectNumber) { | ||
argscheck.checkArgs('S', 'AppsFlyer.setGCMProjectNumber', arguments); | ||
exec(null, null, "AppsFlyerPlugin", "setGCMProjectNumber", [gcmProjectNumber]); | ||
}; | ||
@@ -69,2 +69,8 @@ AppsFlyer.prototype.registerUninstall = function (token) { | ||
AppsFlyer.prototype.enableUninstallTracking = function (gcmProjectNumber,successCB, errorCB) { | ||
argscheck.checkArgs('S', 'AppsFlyer.enableUninstallTracking', arguments); | ||
exec(successCB, errorCB, "AppsFlyerPlugin", "enableUninstallTracking", [gcmProjectNumber]); | ||
}; | ||
AppsFlyer.prototype.handleOpenUrl = function (url) { | ||
@@ -71,0 +77,0 @@ argscheck.checkArgs('*', 'AppsFlyer.handleOpenUrl', arguments); |
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
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
2749456
539
351