Flutter教程

BranchIo

Contents

Branch.io is an attribution service for deeplinking and invitation links

https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking

联系我们?

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 BranchIo插件的安装(Installation)

ionic cordova plugin add branch-cordova-sdk npm install @ionic-native/branch-io
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/branch-io

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

  • iOS
  • Android

Ionic BranchIo插件的用法(Usage)

import { BranchIo } from '@ionic-native/branch-io/ngx';


constructor(private branch: BranchIo) { }