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?
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
- Capacitor
- Cordova
- Enterprise
$ npm install pushape-cordova-push
$ npm install @awesome-cordova-plugins/pushape-push
$ ionic cap sync
$ ionic cordova plugin add pushape-cordova-push
$ npm install @awesome-cordova-plugins/pushape-push
Ionic Enterprise comes with fully supported and maintained plugins from the Ionic Team. Β Learn More or if you're interested in an enterprise version of this plugin Contact Us
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) { }
...