BNotify icon
bnotify.com Console FAQ Contact Open Console
Getting started

Create a project and add an app

Before you add the SDK to your code, set up a project in the BNotify Console, register your app, and download the config file. Then follow the platform integration guide.

Console console.bnotify.com Example Android app
Order of work

Console first (this page) → download the config file → then Android or iOS SDK integration.

Step 1 — Open the Console and log in

Open https://console.bnotify.com/. Enter your email and password, then click Login.

BNotify Console login screen
Log in to the BNotify Console.

Step 2 — Create a new project

After login you land on the projects home. Click Create a new bNotify project (the plus control on the card).

Create a new BNotify project card on the Console home
Click the plus on “Create a new bNotify project”.

In the dialog, enter a Project Name and click Create Project.

Create New Project dialog with Project Name field
Enter a project name, then Create Project.

The project Dashboard / Overview opens as soon as the project is created.

Step 3 — Add an app

On Overview, a new project shows 0 Apps. Click the circular Plus (+) button next to it.

Project Overview with 0 Apps and a plus button to add an app
Click Plus (+) beside 0 Apps.

You will see platform options:

  • iOS — live SDK
  • Android — live SDK (used in this example)
  • Web — coming soon
Select a platform: iOS, Android, or Web
Select iOS, Android, or Web.

For this walkthrough, choose Android. That opens the Add App wizard.

Android platform selected on the project Overview
Click the Android icon to add an Android app.

Step 4 — Register the Android app

Fill in the Register app form. All of these fields are required:

FieldWhat to enter
Android package nameYour app’s package, e.g. com.company.appname
App nicknameA label for this app in the Console
FCM Project IDFrom your Firebase / FCM project settings
FCM App IDFrom your Firebase / FCM app settings
FCM API KeyFrom your Firebase / FCM project settings
FCM Sender IDFrom your Firebase / FCM project settings
FCM private key (.json)Upload the service-account JSON from Firebase

Click Register app.

Add bNotify to your Android app — Register app form
Register app: package name, nickname, and FCM fields.

Step 5 — Download the BNotify JSON file

After registration, the wizard asks you to download the BNotify JSON config file. Download it and keep it — you will add it to your Android (or Flutter) project as app/bnotify-config.json.

Step 6 — Finish the remaining wizard steps

Click Next through the remaining Console steps until the wizard completes. Your Android application is then created and configured in the BNotify Console.

Then integrate the SDK

Place the downloaded JSON in your app, then follow the Android integration guide, the iOS guide, or the Flutter guide if you are building a Flutter app (you still register both Android and iOS apps in Console).

iOS, Flutter, and Web

The same flow applies: Plus (+) → pick a platform.

  • iOS — register the app in Console, download bnotify-config.plist, then follow iOS integration.
  • Flutter — register Android and iOS apps, download both config files, then follow Flutter integration (bnotify_flutter on pub.dev).
  • Web — listed in Console; the Web SDK is coming soon.