Skip to content

Quick Start

Preparation

  • Register on the WeChat Open Platform and apply for a mobile application.
  • If payment functionality is needed, also apply for a WeChat Merchant Account.
  • For iOS projects, configure the UNIVERSAL LINK.
  • Have your project ready (based on Cordova).
  • Obtain the code and download/unzip it locally.

Development Environment

  • Android Studio
  • Xcode
  • Node
  • Cordova

Install the Plugin

Local Installation

shell
cordova plugin add ../cordova-plugin-wechat --variable APP_ID=xxxx --variable UNIVERSAL_LINK=https://xxxx

Remove the Plugin

shell
cordova plugin rm cordova-plugin-wechat --variable APP_ID=xxx --variable UNIVERSAL_LINK=https://xxxx

Apache 2.0 License.