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.
Cordovaの問題で困っていますか?
本格的なプロジェクトを構築している場合、トラブルシューティングに時間を費やす余裕はありません。Ionicのエキスパートが、保守、サポート、統合に関する公式サポートを提供しています。
インストール
Ionic Native Enterprise はIonic Teamが完全にサポートしメンテナンスしているプラグインを利用できます。 詳しくみる か、 エンタープライズプラグインに興味があれば 連絡ください
サポートしているプラットフォーム
- Android
- Browser
- iOS
利用方法
React
Angular
import { PushapePush } from '@ionic-native/pushape-push/ngx';
constructor(private readonly pushapePush: PushapePush) { }
...

