Socket
Book a DemoInstallSign in
Socket

appier-ionic

Package Overview
Dependencies
Maintainers
9
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appier-ionic

Appier Ionic Capacitor Plugin

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
9
Created
Source

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.

Keywords

capacitor

FAQs

Package last updated on 24 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts