The Push Notifications screen allows you to manage all registered push notifications.
The push notification list contains the following elements:
| Component | Description |
|---|---|
| Push Notification List | A list of delivered or scheduled push notifications. The list displays ID, title, status, recipients, delivery time, and delete button. Notification history is retained for 30 days. Older data cannot be viewed. |
| Download CSV | Downloads a CSV file containing all registered push notifications. For details on CSV content and download procedure. Data retention is 30 days. |
| Create New Notification | Registers a new push notification in UniBaaS. |
Registering a Push Notification
Push notifications can be sent only to Android and iOS devices. Click the +Create button to open the registration dialog.
Field Description Title Enter the title of the notification.
If JSON is specified for iOS, this field is ignored and the JSON content takes priority.
Message Enter the notification message.
If JSON is specified for iOS, this field is ignored and the JSON content takes priority.
JSON Enter detailed metadata for the push message in JSON format. If the device uses Unifinity Application Player v3.8.0 or later, you can specify an app to automatically launch when the notification is tapped, using target_uap. Metadata specified in meta_data can be retrieved using logic 【2003_Push Notification / Metadata Retrieval】
for Android
{
"target_uap": "launch app name",
"meta_data": {"key": "value"}
}for iOS
{
"aps": {
"alert": {
"title": "push title",
"body": "push body"
}
},
"target_uap": "launch app name",
"meta_data": {"key" : "value"}
}Delivery Time To send the notification immediately, select Send Immediately. To schedule the delivery for a specific date and time, select Schedule Delivery and specify the desired delivery time. Delivery Target Specify the recipients of the push notification.
Selecting Recipients
You can choose from three delivery methods:
Deliver to All Users
Select All Users to send the notification to every user in the tenant.
Deliver to a Specific Group
Select Specific Group and choose the target group (single selection).
Deliver to Specific Users
Select Specific Users, then click Select Users.
A dialog will appear where you can toggle checkboxes to select users.
Notes: About Delivery Timing
Depending on the device’s network conditions, notifications may be delayed or may fail to arrive.
Notes: When Notifications Are Received Multiple Times
If multiple user accounts have been authenticated on the same device, duplicate notifications may occur.
In such cases, provide your device identifier to the account administrator and request removal of unused device tokens.
Downloading CSV Data
You can download a CSV file listing all registered push notifications. The CSV includes:
Delivery ID Notification title Delivery status Recipient Delivery date and time
Click Download CSV, choose the file name and storage location, and save the file.