Plugin required

Update Wordpress Config File

Open file wp-config.php and add this config, don't forget change xxxxxxxxxxx with your config. This file is located in the root of your WordPress file directory and contains your website’s base configuration details, such as database connection information.

define( 'MOBILE_BUILDER_ONESIGNAL_APP_ID_DELIVERY_APP', 'xxxxxxxxxxx' );
define( 'MOBILE_BUILDER_ONESIGNAL_API_KEY_DELIVERY_APP', 'xxxxxxxxxxx' );

Config on App

open file src/configs/constant.js and change API and ONE_SIGNAL_APP_ID to your config.

export const API = 'https://yourdomainname.com';
export const ONE_SIGNAL_APP_ID = 'xxxxxxxxxxx';