awesome-cordova-plugins/docs/plugins/pushape-push/README.md

29 lines
981 B
Markdown
Raw Normal View History

2021-09-29 20:09:02 +08:00
# PushapePush
```
$ ionic cordova plugin add pushape-cordova-push
2021-09-29 21:19:55 +08:00
$ npm install @awesome-cordova-plugins/pushape-push
2021-09-29 20:09:02 +08:00
```
2021-09-29 21:19:55 +08:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/pushape-push/)
2021-09-29 20:09:02 +08:00
Plugin Repo: [https://github.com/gluelabs/pushape-cordova-push](https://github.com/gluelabs/pushape-cordova-push)
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](https://github.com/gluelabs/pushape-cordova-push).
For TypeScript users, see the [Pushape plugin docs about using TypeScript for custom notifications](https://github.com/gluelabs/pushape-cordova-push/blob/master/docs/PUSHAPE_TYPESCRIPT.md).
## Supported platforms
- Android
- Browser
- iOS
2021-09-29 20:38:45 +08:00