appier-ionic

Appier Ionic Capacitor Plugin

Usage no npm install needed!

<script type="module">
  import appierIonic from 'https://cdn.skypack.dev/appier-ionic';
</script>

README

appier-ionic

For latest guides, please follow our document https://docs.aiqua.appier.com/docs/

Getting started

Using npm

$ npm install appier-ionic --save

Using Yarn

yarn add appier-ionic

Usage

Import

import { Plugins } from '@capacitor/core';
const { AppierPlugin } = Plugins;

Initialise

AppierPlugin.configure({
  appId: '<Your Aiqua AppId>',
  appGroup: '<Your iOS App Group>',
  senderId: '<Android FCM Sender Id>', //optional
  isDev: false
})

IMPORTANT

DO NOT use Release Candidate Version (ex: 1.0.0-rc-1) in your production app.