1.1.0 • Published 3 years ago

appier-ionic v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

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.