Design an iOS rich push delivery rich-push
Define the content of an iOS notification push-message
Once your push delivery is created, you can define its content using one of the following templates:
-
Default allows you to send notifications with a simple icon and an accompanying image.
-
Basic can include text, images, and buttons in your notifications.
-
Carousel enables you to send notifications with text and multiple images that users can swipe through.
Navigate through the tabs below to learn more on how to personalize these templates.
-
Choose General notification (Alert, Sound, Badge) as your Notification type.
-
From the Notification Type drop-down, select Default.
-
In the Title field, enter the label of the title that you want to appear in the list of notifications available from the notification center.
This field allows you to define the value of the title parameter of the iOS notification payload.
-
Optionally, add a Subtitle, which corresponds to the subtitle parameter of the iOS notification payload.
-
Enter the content of the message in the Message content section of the wizard.
-
Navigate to the Sound and Badge tab to customize additional settings such as sound and badge options for your notifications. Learn more
-
From the Application variables tab, your Application variables are automatically added. They let you define notification behavior, for instance, you can configure a specific application screen to be displayed when the user activates the notification.
-
For further customization, explore the Advanced options available for your push notifications. Learn more
-
Once the notification is configured, click the Preview tab to preview the notification.
-
Choose General notification (Alert, Sound, Badge) as your Notification type.
-
From the Notification Type drop-down, select Basic.
-
To compose your message, enter your text in the Title,Expanded message, Message and Expanded message fields.
The Message text appears in the collapsed view while the Expanded message is displayed when the notification is expanded.
-
Optionally, add a Subtitle, which corresponds to the subtitle parameter of the iOS notification payload.
-
Navigate to the Sound and Badge tab to customize additional settings such as sound and badge options for your notifications. Learn more
-
From the Application variables tab, your Application variables are automatically added. They let you define notification behavior, for instance, you can configure a specific application screen to be displayed when the user activates the notification.
-
For further customization, explore the Advanced options available for your push notifications. Learn more
-
In the Color options menu, enter hexadecimal color codes for the Title, Message and Background.
Once you have defined your message content, you can use test subscribers to preview and test the message.
-
Choose General notification (Alert, Sound, Badge) as your Notification type.
-
From the Notification Type drop-down, select Carousel.
-
To compose your message, enter your text in the Title, Expanded Title and Message fields.
-
Navigate to the Sound and Badge tab to customize additional settings such as sound and badge options for your notifications. Learn more
-
From the Application variables tab, your Application variables are automatically added. They let you define notification behavior, for instance, you can configure a specific application screen to be displayed when the user activates the notification.
-
For further customization, explore the Advanced options available for your push notifications. Learn more
-
In the Color options menu, enter hexadecimal color codes for the Title, Message and Background.
-
Choose how the Carousel operates in the Carousel options tab:
- Auto: automatically cycles through images as slides, transitioning at predefined intervals.
- Manual: allows users to manually swipe between slides to navigate through the images.
-
Click Add image and enter your Image URL, Text and Action URL.
Ensure that you include a minimum of three images and a maximum of five images.
Once you have defined your message content, you can use test subscribers to preview and test the message.
-
Choose General notification (Alert, Sound, Badge) as your Notification type.
-
From the Notification Type drop-down, select Timer.
-
To compose your message, enter your text in the Title,Expanded title, Message and Expanded message fields.
The Message text appears in the collapsed view while the Expanded message is displayed when the notification is expanded.
-
Optionally, add a Subtitle, which corresponds to the subtitle parameter of the iOS notification payload.
-
Navigate to the Sound and Badge tab to customize additional settings such as sound and badge options for your notifications. Learn more
-
From the Application variables tab, your Application variables are automatically added. They let you define notification behavior, for instance, you can configure a specific application screen to be displayed when the user activates the notification.
-
For further customization, explore the Advanced options available for your push notifications. Learn more
-
In the Color options menu, enter hexadecimal color codes for the Title, Message and Background.
-
From the Timer tab, set your Timer duration in seconds or the Timer end timestamp to a specific epoch timestamp.
-
Enter the text and image that will be displayed after the timer has expired in the Alternate title, Alternate message and Alternate image fields.
Once you have defined your message content, you can use test subscribers to preview and test the message.
Push notification advanced settings push-advanced
Sound and badge options sound-badge
Advanced options notification-options
- Active: Set by default, the system presents the notification immediately, lights up the screen, and can play a sound. Notifications do not break through Focus modes…
- Passive: The system adds the notification to the notification list without lighting up the screen or playing a sound. Notifications do not break through Focus modes.
- Time sensitive: The system presents the notification immediately, lights up the screen, can play a sound and break through Focus modes. This level does not require a special permission from Apple.
- Critical: The system presents the notification immediately, lights up the screen, and bypasses the mute switch or focus modes. Note that this level requires a special permission from Apple.