Skip to content

Set up Credentials in AppAmbit

Now that you have successfully obtained your provider credentials (FCM for Android or APNs for iOS), you can connect them to AppAmbit.
This step is required to enable secure and validated push notification delivery to your users.


Before You Begin

Make sure you understand the following:

OS and Providers

  • Android Apps → must upload the Firebase Service Account JSON file obtained from the FCM setup.
  • iOS Apps → must upload the APNs authentication key or certificate, depending on the method you selected in the APNs configuration guide.

AppAmbit automatically handles validation, storage, and usage of these credentials using best-in-class security standards.


Step 1: Select Your App in AppAmbit Dashboard

  1. Open your AppAmbit Dashboard.
  2. Navigate to the list of your applications.
  3. Click on the app where you want to enable push notifications.

This action opens the App Info view of your selected application.

App info view App info view


Step 2: Open the Edit App Section

In the App Info view:

  1. Locate the Edit button in the top-right corner.
  2. Click it to enter the editable configuration of your application.

Edit App button Edit App button

You will now be redirected to the Edit App page.

Edit App section Edit App section


Step 3: Upload Your Push Provider Credentials

Scroll to the bottom of the Edit App page.
You will find a section labeled:

Push Notifications Credentials

This component allows you to upload your provider’s credential file:

  • Click on the upload area to select the file from your computer
  • Drag and drop your .json (FCM) or .p8 / certificate file (APNs) directly into the box.

Push notifications credentials upload Push notifications credentials upload

Once the file is added, it will appear in the component


Step 4: Save and Validate the Credentials

At the lower-left corner of the page, click:

  • Save changes

AppAmbit will:

  • Validate the authenticity of the credentials.
  • Connect securely to the provider (FCM or APNs).
  • Store the file using high-security standards.
  • Enable the push feature for your application.

Push notifications credentials upload Push notifications credentials upload


Step 5: Review Credential Status

Return to the App Info page.
Scroll down to the Push Notifications section.

Here you will see:

  • A confirmation that your credentials were uploaded successfully.
  • The current status (Active, Inactive etc.).
  • The option to remove them if needed.

Loaded push credentials Loaded push credentials

Removing or Replacing Credentials

If you want to update or remove your credentials:

  1. Click Delete credentials.
  2. Repeat the upload process with a new file.

Remove push credentials Remove push credentials


Next Step: Create and Send Notifications

Your push notification setup is now complete.
You can now create, schedule, and send notifications to your users.

👉 Continue to:
Create and Send Notifications


Summary

You have successfully connected your push provider credentials to AppAmbit.
With this setup complete, AppAmbit is now authorized to send notifications securely to your Android or iOS devices using FCM or APNs.

This concludes the setup phase — you're ready to begin sending push notifications.