Getting Started #
Download plugin: from your account https://mpa-media.com/my-account/downloads/
Get a license: from your account https://mpa-media.com/my-account/orders/
then click view order and copy the license
How is active your license? #
- Copy the license form your account in MPA
- Provide the mail of your account in MPA
- Click Active
How does Notification work? #
- Devices (Android, iOS) subscribe to topic android, ios
- Logged user subscribe to topic role (administrator, customer, …) and store token by user in the WordPress database
- Logout user will unsubscribe topic role and remove token store in database
How does Push Notification work? #
Message Queue #
For big website with large transition you can enable Message Queue by add this config to file wp-config.php
define( 'PUSH_NOTIFY_QUEUE_JOBS', true );
The message will send under background one by one and will not effect to website speed.