If you have a custom Soft Token SDK, use this procedure to add your custom Soft Token SDK to Identity as Service. Once you add the Soft Token SDK, you can configure custom push messages.
Configure SOFT Token SDK
1. Click
>
Policies
> Soft Token SDK.
The Soft Token SDK settings appears.
2. Click the SDK Credentials tab to add the SDK Soft Token.
3. To use Firebase Cloud Messaging (FCM) to send push notifications to Android and iOS devices:
a. Click to upload the JSON credential
file for your FCM project.
b. Click Save. The Project ID and Client ID fields appear with the credentials automatically added to the fields.
c. If required, click Clear Credentials to clear the Project ID and Client ID.
4. For custom a custom app on Android, do the following for Google Play Integrity Credentials:
a. Click to upload the JSON credential
file for your Google Play project.
b. Click Save.
c. If required, click Clear Credentials to clear the P12 file password and project bundle.
5. To use Apple Push Notification Service (APNS) to use Apple Push Notification Service for iOS:
a. Click to upload the APNS file.
b. Enter the Password for the P12 file.
c. Enter the Apple Project Bundle ID.
d. Select Production Mode if you application is in production mode.
e. Select Mutable Content to add the notification app extension flag. For more information, see https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/generating_a_remote_notification.
6. If required, click Clear Credentials to clear the credentials.
7. Click Save.
8. To add a custom push message, click the Push Messages tab. The SDK Push Messages page appears listing a Generic push message in the Identifier table.
9. To add a custom push message, do the following:
a. Click Add. The Add Push Message dialog box appears.
b. Enter the Identifier. This is the value you need to add to the pushMessageIdentifier parameter. See the Identity as a Service Authentication API Guide for instructions to add the custom push message to the API.
Note: If you want to send customized messages to a device, you need to set the pushMessageIdentifier parameter in the API request to match the Identifier column in the SDK settings of the customized push message. If no match is found, an error occurs. If you have a Soft Token SDK and you do not set pushMessageIdentifier, the default push message is used. This value is both optional and case-insensitive. To delete the default push message, you must first create a new default push message and then delete the original default message.
c. Enter the Push Title.
d. Enter the Push Message.
e. Select Set as the default push message, to set this message as the default push message.
f. Click Save.