Setting up push

Additional settings for sending push messages are required for each platform (Android, iOS).
Manage Android Settings
Register Firebase's FCM authentication token for Android push delivery. The certificate can be issued in the Firebase console.
FCM Certificate Issuance (Android)
Log in to the service account.
Select a project. If you don't have a project, create a new one.

Click ⋮ in the Actions section at the bottom right.

Select [Manage keys] from the drop-down menu.

Select the [ADD KEY] button and select [Create new key] from the drop-down menu.

Select JSON in Key type and click [Create new key].

Select the JSON type and click the [CREATE] button to issue the certificate.

Registering the issued certificate
Go to Additional Settings > Channel Additional Settings > Push > Manage Android Settings screen.
Click the [Upload File] button to register the issued FCM certificate.

Manage iOS Settings
Register Apple's APNs authentication key for iOS push notifications. The certificate can be issued from the Apple Developer Console.
Issuing APNs authentication key
Go to the Apple developer site and log in with your developer account.
In Certificates, Identifier & Profiles, select [Key (English)].

Select the Keys menu on the left and select [Create a key] to issue a key. Enter a Key Name and activate the Apple Push Notifications service (APNs).

When you click Register, an authentication key will be issued.

Download the issued authentication key.

Register the issued APNs authentication key
Go to Additional Settings > Channel Additional Settings > Push > Manage iOS Settings screen.
Click the [Upload File] button to register the APNs authentication key you received.

Enter all Key ID, Team ID, and Bundle ID.
Time To Live (TTL) Management
What is Time To Live (TTL)?
Time to Live (TTL) is the maximum time to wait to ensure message delivery when the device is offline. Time to Live (Time to Live) management can optimize message delivery by specifying the message delivery validity time (hours). After the set TTL time has elapsed, the message is no longer valid and will not be delivered to the device.
Time To Live (TTL) Global Setting Conditions and Details
TTL applies only to push channels and can be configured for each platform.
Automatically applied to campaigns created after TTL setting.
Bulk settings are available for all campaigns.
Changed settings will not be applied to campaigns created in the past.
You can individually adjust the retention time for each campaign.
The default value is 168 hours, but can be modified per platform.
The retention time can be applied from a minimum of 1 hour to a maximum of 168 hours.

Last updated