Plugin that enables an application to access the push notifications capabilities of the users device.
How to use this plugin?
To receive notifications, you start by using the plugin to register the device in Pushwoosh. Pushwoosh registers the device in the Apple Push Notification Service (APNS) and in Firebase Cloud Messaging (FCM).
Once the devices are registered, you can use the plugin to broadcast a message or send a message targeted to specific users. The plugin sends the message via Pushwoosh which in turn contacts the appropriate messaging service. It is then up to APNS or FCM to deliver the message to the device.
See more details here.
Choose your plugin version according to the MABS version you are using to generate your mobile apps:
Starting on version 4.4.0 the plugin is compatible for all MABS versions.
Otherwise follow the rules:
Using MABS >= 5.0: use plugin version >= 4.0.0
Use this version when generating mobile apps for Android P. Version with support library 28.
Using MABS < 5.0: use plugin version < 4.0.0
Use this plugin version with older MABS versions.
Licensing
Pushwoosh plugin for Apache CordovaMIT LicenseCopyright (c) 2014 Pushwoosh.https://www.pushwoosh.com
Updated