OneSignal

Send Notification Configuration

  1. Configure your APP_ID inside onesignal.js located in app/src/config/onesignal.js

  2. Generate Credentials

iOS - Generate an iOS Push Certificate

Android - Generate a Google Server API Key

Update your Wordpress Config File

Open your wp-config.php file and add the below configurations, don't forget change xxx with your own configurations. Your wp-config.php is located in the root folder of your Wordpress installation.

define( 'ONESIGNAL_APP_ID', 'xxx' );
define( 'ONESIGNAL_API_KEY', 'xxx' );

Last updated