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 (.p8), Key ID, and Team ID.

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.

Select your platform to see the specific requirements:

For Android applications, you simply need to upload the Service Account JSON file.

  • Click on the upload area to select the file from your computer.
  • Drag and drop your .json file directly into the box.

Edit App section Edit App section

For iOS applications, you must provide the Authentication Key and its associated identifiers.

  1. APNs Auth Key (.p8): Upload the .p8 file you downloaded from Apple.
  2. Key ID: Enter the 10-character Key ID associated with the .p8 file.
  3. Team ID: Enter your 10-character Apple Team ID.

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 file (FCM) or .p8 key file (APNs) directly into the box.

Push notifications credentials upload Push notifications credentials upload

Once the information is entered, it will be validated by the system.


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

๐Ÿ‘‰ Or learn about: Credentials Rotation


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.