Skip to main content
Version: v6

PushapePush

Register and receive push notifications. This plugin extends functionalities of Push native plugin in order to use it with Pushape service.

Pushape service: @link https://glue-labs.com/pushape-invio-notifiche-push-ios-android-api-sdk

Requires Cordova plugin: pushape-cordova-push. For more info, please see the Pushape plugin docs.

For TypeScript users, see the Pushape plugin docs about using TypeScript for custom notifications.

https://github.com/gluelabs/pushape-cordova-push

Stuck on a Cordova issue?

Don't waste precious time on plugin issues.

If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic’s experts offer premium advisory services for both community plugins and premier plugins.

Installation

$ npm install pushape-cordova-push 
$ npm install @awesome-cordova-plugins/pushape-push
$ ionic cap sync

Supported Platforms

  • Android
  • Browser
  • iOS

Usage

React

Learn more about using Ionic Native components in React

Angular

import { PushapePush } from '@awesome-cordova-plugins/pushape-push/ngx';


constructor(private readonly pushapePush: PushapePush) { }

...