Nilog Developers
  • Introduction
  • Integrations
    • WooCommerce
      • Adding Products
      • Variable Product
      • Product Attributes
      • Managing Orders
      • Coupon Management
      • Currency Switcher
      • WooCommerce Reports
      • WooCommerce Analytics
      • Tax Settings
      • Multi Vendors
      • Email Settings
      • WooCheckout Webview
      • Web Store Layout
    • App Builder
      • App Builder Widgets
    • User Authentication
      • Login with Google
      • Login with Apple
      • Login with Facebook
      • Login with Firebase OTP
    • Cloud Messaging
      • Firebase Cloud Messaging
      • OneSignal
    • Google Maps API Key
  • Developers
    • React Native Development Setup
    • WP Generate Rest API keys
  • Reference
    • API spec
      • WordPress
    • Language Support
    • Changelog
      • App Builder
      • Nilog Monitor
    • Upgrade Your App
    • License Key
    • Enable WP Debug
    • Troubleshooting
      • JWT Authentication for WP REST API plugin installed
      • Hide Admin Account From Vendor List In Dokan Backend
Powered by GitBook
On this page
  • Send Notification Configuration
  • Update your Wordpress Config File
  1. Integrations
  2. Cloud Messaging

OneSignal

PreviousFirebase Cloud MessagingNextGoogle Maps API Key

Last updated 3 years ago

Send Notification Configuration

  • Create a if you do not already have one

  • Your OneSignal App ID, which is available in

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

  2. Generate Credentials

iOS -

Android -

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' );
OneSignal Account
Keys & IDs
Generate an iOS Push Certificate
Generate a Google Server API Key