Skip to content

Push Notifications

Push notifications allow your applications to stay connected with users by delivering messages directly to their devices — even when the app is not open.
This guide introduces how AppAmbit integrates push notifications using trusted provider services like Firebase Cloud Messaging (FCM) for Android and Apple Push Notification service (APNs) for iOS.


Overview

Push notifications are an essential communication channel between your app and its users.
They can be used to:

  • Announce new features or updates.
  • Share personalized content.
  • Alert users about critical actions or time-sensitive information.

Through the AppAmbit Dashboard, developers can easily create, manage, and send notifications to specific apps or audiences.


How It Works in AppAmbit

The Push Notification module in AppAmbit connects to your mobile app’s notification provider (FCM or APNs).
It manages the entire delivery process automatically — from message creation to dispatch.

Automated Flow

  1. Your app registers with FCM (Android) or APNs (iOS) and receives a device token.
  2. The token is securely stored in AppAmbit when the app connects to the dashboard.
  3. You create a push campaign in the dashboard, defining the title, message, and target audience.
  4. AppAmbit communicates with the configured provider to deliver the notification to your users.

Supported Providers

Platform Provider Description
Android Firebase Cloud Messaging (FCM) Handles message routing, targeting, and delivery for Android devices.
iOS Apple Push Notification service (APNs) Secure and efficient push delivery for Apple devices (iPhone, iPad, etc.).

Each provider requires specific credentials and configuration steps before notifications can be sent.
AppAmbit provides a guided process to help you connect your credentials and start sending notifications smoothly.


Next Steps

Before sending your first push notification, follow these steps:

  1. Set up your provider credentials
    Depending on your app’s platform, complete one of the following:
  2. FCM Requirements (Android)
    Learn how to generate and prepare your Firebase credentials.
  3. APNs Requirements (iOS)
    Configure your Apple certificates and authentication keys.

  4. Configure credentials in AppAmbit
    Once you’ve obtained your credentials, follow the guide below to register them in the dashboard:
    👉 Set up credentials in AppAmbit

  5. Create and send notifications
    After your configuration is complete, learn how to compose, schedule, and deliver push notifications:
    👉 Create and Send Notifications


Summary

By setting up push notifications in AppAmbit, you enable a secure and efficient way to engage your users directly through your app.
With native support for FCM (Android) and APNs (iOS), AppAmbit streamlines the entire workflow — from configuration to delivery — all within the same dashboard.