Think of push like adding a phone to the building’s notice list: the app tells us which device it is, and Notifique rings the bell when you want to send a message.
Why use it
You send notifications from the same Notifique dashboard, website, Android, iPhone, Flutter, or React Native. The user’s app only needs the Push App ID (appId). No secret keys inside the phone or website.
Which guide should I open?
How it works (big picture)
- Create a Push App in Notifique and copy the
appId
- Set up credentials in the dashboard (Google for Android, Apple for iPhone, domains for web)
- Paste the SDK code in your project
- Send a test notification from the dashboard
What not to do
- Don’t put API keys (
sk_live_...) inside the app or website
- On Android, the package name in the dashboard must match the app
- On iPhone, the Bundle ID in the dashboard must match the app
- Linking a CRM contact to a device is done on your server, not in the user’s app
Quick map
Next steps