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
6
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 6.2.30 to 6.2.40

.idea/jsLibraryMappings.xml

34

docs/Guides.md

@@ -268,3 +268,3 @@ # Cordova Appsflyer Plugin Guides

// version >= 6.2.30
[[AppsFlyerAttribution shared] handleOpenURL:url sourceApplication:sourceApplication withAnnotation:annotation];
[[AppsFlyerAttribution shared] handleOpenURL:url sourceApplication:sourceApplication annotation:annotation];

@@ -388,32 +388,16 @@ // version < 6.2.30

This plugin has a `examples` folder with `demoA` (Angular 1) and `demoC` (Cordova) projects bundled with it. To give it a try , clone this repo and from root a.e. `cordova-plugin-appsflyer-sdk` execute the following:
This plugin has an `examples` folder with `cordova` (pure Cordova (javascript)) and `ionic-cordova` (ionic) projects bundled with it. To give it a try , clone this repo and from root a.e. `cordova-plugin-appsflyer-sdk` execute the following:
For Cordova:
```sh
npm run setup_c
npm run setupCordova
```
- `npm run demo_c.ra` - runs Android
- `npm run demo_c.ba` - builds Android
- `npm run demo_c.ri` - runs iOS
- `npm run demo_c.bi` - builds iOS
- `npm run runCordovaIos` - run iOS
- `npm run runCordovaAndroid` - run Android
For Angular:
For Ionic-Cordova:
```sh
npm run setup_a
npm run setupIonicCordova
```
- `npm run demo_a.ra` - runs Android
- `npm run demo_a.ba` - builds Android
- `npm run demo_a.ri` - runs iOS
- `npm run demo_a.bi` - builds iOS
For Ionic-native:
```sh
npm run setup_ionic-native
```
- `npm run demo_In.ra` - runs Android
- `npm run demo_In.ba` - builds Android
- `npm run demo_In.ri` - runs iOS
- `npm run demo_In.bi` - builds iOS
![demo printscreen](../examples/demo_example.png?raw=true)
- `npm run runIonicCordovaIos` - run iOS
- `npm run runIonicCordovaAndroid` - run Android

@@ -90,2 +90,4 @@ # Adding cordova-plugin-appsflyer-sdk to your project

- `libAppsFlyerLib.a`
- `AppsFlyerAttribution.h`
- `AppsFlyerAttribution.m`

@@ -92,0 +94,0 @@ to `platforms/ios/<ProjectName>/Plugins`

{
"name": "cordova-plugin-appsflyer-sdk",
"version": "6.2.30",
"version": "6.2.40",
"description": "Cordova AppsFlyer SDK Plugin",

@@ -41,20 +41,8 @@ "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 ../.. --link --save; cordova platform rm android; cordova platform add android; cordova platform rm ios; cordova platform add ios",
"preparedemo_c": "cd examples/demoC; cordova plugin rm cordova-plugin-appsflyer-sdk --save; cordova plugin add ../.. --link --save; cordova platform rm android; cordova platform add android@8.0.0; cordova platform rm ios; cordova platform add ios",
"preparedemo_ionic": "cd examples/Ionic-native; ionic cordova platform rm android; ionic cordova platform add android; ionic cordova platform rm ios; ionic cordova platform add ios",
"setup_a": "cd examples/demoA; npm install; cd ../..; npm run preparedemo_a;",
"setup_c": "cd examples/demoC; npm install; cd ../..; npm run preparedemo_c;",
"setup_ionic-native": "cd examples/Ionic-native; npm install; cd ../..; npm run preparedemo_ionic;",
"demo_In.ba": "cd examples/Ionic-native; ionic cordova build android",
"demo_In.ra": "cd examples/Ionic-native; ionic cordova run android",
"demo_In.bi": "cd examples/Ionic-native; ionic cordova build ios",
"demo_In.ri": "cd examples/Ionic-native; ionic cordova run ios",
"demo_a.ra": "cd examples/demoA; ionic cordova run android",
"demo_a.ba": "cd examples/demoA; ionic cordova build android",
"demo_a.ri": "cd examples/demoA; ionic cordova run ios",
"demo_a.bi": "cd examples/demoA; ionic cordova build ios",
"demo_c.ra": "cd examples/demoC; cordova run android",
"demo_c.ba": "cd examples/demoC; cordova build android",
"demo_c.ri": "cd examples/demoC; cordova run ios",
"demo_c.bi": "cd examples/demoC; cordova build ios"
"setupIonicCordova": "cd examples/ionic-cordova; npm install; ionic cordova plugin rm cordova-plugin-appsflyer-sdk --save; ionic cordova platform rm android; ionic cordova platform rm ios; ionic cordova plugin add cordova-plugin-appsflyer-sdk --save; ionic cordova platform add android; ionic cordova platform add ios",
"runIonicCordovaIos": "cd examples/ionic-cordova; ionic cordova prepare ios; ionic cordova run ios;",
"runIonicCordovaAndroid": "cd examples/ionic-cordova; ionic cordova prepare android; ionic cordova run android;",
"setupCordova": "cd examples/cordova; npm install; cordova plugin rm cordova-plugin-appsflyer-sdk --save; cordova platform rm android; cordova platform rm ios; cordova plugin add cordova-plugin-appsflyer-sdk --save; cordova platform add android; cordova platform add ios",
"runCordovaIos": "cd examples/cordova; cordova prepare ios; cordova run ios;",
"runCordovaAndroid": "cd examples/cordova; cordova prepare android; cordova run android;"
},

@@ -61,0 +49,0 @@ "devDependencies": {

@@ -39,3 +39,3 @@

- iOS AppsFlyerSDK **v6.2.1**
- iOS AppsFlyerSDK **v6.2.3**
- Android AppsFlyerSDK **v6.2.0**

@@ -42,0 +42,0 @@

# Release Notes
### 6.2.40
Release date: *2021-March-08*
**Overview and Highlights:**
- Cordova > iOS SDK v6.2.3
### 6.2.30

@@ -3,0 +9,0 @@ Release date **February 21, 2021**

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

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