Plugin Installation

Prerequisites

  1. NotifyVisitors Account
  2. For Android : FCM integration
  3. For iOS: Apple Push Notifications Service Auth Key (APNs Auth Key)

Install NotifyVisitors library

npm install capacitor-plugin-notifyvisitors

Link library to Project

npx cap sync

Import NotifyVisitors package

Use the following Import statement in each page of your capacitor code in which you want to access the Notifyvisitors Plugin methods.

import { NotifyVisitors } from 'capacitor-plugin-notifyvisitors';