OneSignal
Send Notification Configuration
Create a OneSignal Account if you do not already have one
Your OneSignal App ID, which is available in Keys & IDs
Configure your
APP_IDinside onesignal.js located inapp/src/config/onesignal.jsGenerate 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