Push Notifications

Push Notifications

Push notifications are messages sent to customers' devices, even when the app is not in use, to keep them informed about alerts and updates. This allows configuration for both iOS and Android mobile apps.

push notifications.png


1. FCM Push Notification (Android)

Firebase Cloud Messaging is a service provided by Google to send notifications to Android mobile devices. It enables you to configure the push notifications functionality in the Android mobile apps.

  • Setup Type

1. FCM Server key

Enter the FCM server key to push notifications securely from your server to the customer’s mobile app.

setup type fmc server key.png


2. FCM v1 Auth Token

This option requires an authentication token to push notifications through Firebase to the customer’s mobile app. This Auth token requires json file for configuration.

fcm auth token.png


2. APNS Push Certificate (iOS)

APNS stands for Apple Push Notification Service for sending push notifications to iOS devices.

  • Select the Certificate Type.

  • If you select the certificate type as P8.

certification P8.png


- You have to upload the Apple Certificate.

- Enter the Team ID.

- Enter the Auth key ID.

- Bundle ID.


  • If you select the certificate type as P12.

certification p12.png


- You have to upload the Apple certificate.

- Enter the password.

- Enter the Bundle ID.