App Push

I - Introduction

App Notification is a channel that allows you to push notifications to engage your app users using third-party vendors or Antsomi provided destination.

II - Details

This document provides you the meaning of Configure fields for each catalog (vendor) and instruct you how to take those information

1. Antsomi App Push

APNs Setting - Configuration for IOS

APNs (Apple Push Notification Service) Authentication Type: The default option is .p8 Auth Key

Field's nameDescription

Key .p8 file

Key ID

Identifier ID for the Authentication Key

Team ID

Team ID provided by Apple for developer accounts

App Bundle ID

Bundle identifier uniquely identifies your application in Apple's ecosystem

To take the information of these fields, you need:

  • iOS mobile app

  • Paid Apple Developer Account with Admin Role.

Follow theses following steps:

  • Open your Apple Developer Account and and navigate to Certificates, Identifiers & Profiles > Keys

  • Select the Key button

  • Select Apple Push Notifications service (APNs), and enter a name for the key --> Select Continue and on the next page, select Register. After that, download this key and click Done

You can have up to two .p8 keys in your Apple account. If you need to generate a third key, you will need to revoke one of your existing keys.

  • For Key ID & Team ID, choose a specific key and copy the corresponding value then paste to CDP 365.

  • For App Bundle ID, navigate Certificates, Identifiers & Profiles > Identifiers and copy Bundle ID

FCM Setting - Configuration for Android

FieldsDescription

Service Account (JSON File)

This is a private key file generated from the Google Cloud Console for your Firebase project. It contains the necessary credentials to authenticate and send messages via FCM. Here's how to get it: - Go to the Google Cloud Console. - Navigate to IAM & Admin > Service Accounts. - Create a new service account or select an existing one. - Generate a new JSON key file and download it. This file typically contains your project's private key and other credentials in JSON format.

Sender ID

The Sender ID of your project on Firebase

To take the Sender ID on Firebase, you must create a project before, to do so, read the document here. After having a project, do as following to take out the necessary information:

  • Choose an app

  • Click on the Cloud Messaging tab -> Copy the Sender ID, then paste to CDP 365

2. One Signal

FieldDescription

App ID

App Secret Key

User Id

Last updated