To change the priority setting for push notifications in Customer Insights - Journeys, you can set the priority on individual notifications. However, the context provided does not specify a direct method to change the priority from 'normal' to 'high' for notifications sent by Dynamics.
The priorities available for push notifications are:
- High: Important notifications that must be delivered immediately, such as VoIP calls or critical alerts.
- Medium: Notifications that are not urgent but should run in the background.
- Low: Notifications that only make sense when the user is actively using the device.
Since the priority is set on a per-notification basis, you may want to ensure that your application is configured to send high-priority notifications when necessary. For handling notifications when the app is in the background or quit state, you should implement the setBackgroundMessageHandler correctly to ensure that notifications are processed as intended.
For more detailed guidance on handling notifications and their settings, you might want to refer to the documentation on push notifications setup and user mapping for push notifications in Customer Insights - Journeys.
References: