Flutter教程

Appsflyer

Contents

Appsflyer Cordova SDK support for Attribution

https://github.com/AppsFlyerSDK/cordova-plugin-appsflyer-sdk

联系我们?

If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic's experts offer official maintenance, support, and integration help.

Contact Us Today!

Ionic Appsflyer插件的安装(Installation)

ionic cordova plugin add cordova-plugin-appsflyer-sdk npm install @ionic-native/appsflyer
Ionic EE comes with fully supported and maintained plugins from the Ionic Team. Learn More or Contact Us
ionic enterprise register --key=YOURPRODUCTKEY npm install @ionic-enterprise/appsflyer

Ionic Appsflyer插件支持的平台(Supported Platforms)

  • iOS
  • Android

Ionic Appsflyer插件的用法(Usage)

import { Appsflyer } from '@ionic-native/appsflyer/ngx';


constructor(private appsflyer: Appsflyer) { }

...


this.appsflyer.initSdk(options);