Version: v5On this pagePushapePushRegister 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-sdkRequires 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-pushStuck 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.Contact Us Today!InstallationCapacitorCordovaEnterprise$ 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 UsSupported PlatformsAndroidBrowseriOSUsageReactLearn more about using Ionic Native components in ReactAngularimport { PushapePush } from '@awesome-cordova-plugins/pushape-push/ngx';constructor(private readonly pushapePush: PushapePush) { }...