---
sourceDocument: Xanadu ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/platform-administration

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Push notifications

# Push notifications {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

In addition to sending email and SMS notifications, an instance can send push
notifications to mobile devices.

A push notification is a text message that appears on a user's mobile device to alert them
about something important or to ask them to perform an action. Your instance supports push
notifications.  
Figure 1. An example push notification

Use push notifications to send messages to users when certain conditions are triggered on
your instance, such as the assignment of an incident to the user. A push notification can even
ask for a reply, and the instance can process the reply by acting on the related records. For
example, you can have the instance send an approval request for a Change to a user. You can
let the user approve or deny the Change by clicking a response button on the push
notification. The user's response can then update the status of the Change record.  
You can set up push notifications in a similar manner to email and SMS notifications. Determine:

* who to send the notification to
* when it should be sent
* what it should contain

{#c_PushNotifications__ul_nml_xhv_4t}The ServiceNow mobile app is available as ServiceNow Classic and as Mobile Agent. By default, ServiceNow Classic supports push notifications, but you can also develop your own push application and configure your instance to send push notifications to it. For more information on setting up push notifications in Mobile Agent, go to [Mobile push notifications](https://www.servicenow.com/docs/access?context=sg-mobile-push-notifications&version=xanadu&pubname=xanadu-mobile&ft:locale=en-US).

## Push notification setup

Push notification setup differs depending on the mobile or push application that you want
your users to use. For an overview, see: [Push notification setup with a custom push application for ServiceNow mobile apps](https://servicenow-prod.fluidtopics.net/jhLL1OpxEfmGgs~1XgE2yg "If you are using your own custom mobile or push application, you must configure your app for use and set up the push contents."). If you create your own
application, you must understand how push notifications and the Apple Push Notification
Service system work. For more information, see the APNs Overview in the[Local and Remote Notification Programming Guide](https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/APNSOverview.html#/apple_ref/doc/uid/TP40008194-CH8-SW1) for
Apple developers.
Important:  
Apple does not guarantee delivery of all push notifications. Review the Quality of Service (QoS) information in the [Local and Remote Notification Programming Guide](https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/APNSOverview.html#/apple_ref/doc/uid/TP40008194-CH8-SW1) for Apple developers.
* **[Push notification system](https://servicenow-prod.fluidtopics.net/S9n3HtMVWBiPvojotHPVug)**   
  The push notification system involves several key elements that manage the delivery of push messages and push notification responses.
* **[Activate push notifications](https://servicenow-prod.fluidtopics.net/fPbiPvA0orzM4ShlqpnZ4Q)**   
  Several plugins must be activated to use push notifications. If you have the Mobile UI (com.glide.ui.m) plugin active, push notification plugins are automatically activated.
* **[Installed with push notifications](https://servicenow-prod.fluidtopics.net/xOQTbjgGRkYMyxuBIr85pQ#r_InstalledWithPushNotifications)**   
  Several types of components are installed with the push notifications plugins.
* **[Push notification properties](https://servicenow-prod.fluidtopics.net/he7WcMntJ0AxCKKG~Ginbw)**   
  Push notifications provides several properties to customize the setup.
* **[Push notification setup with the ServiceNow mobile app](https://servicenow-prod.fluidtopics.net/MwVGMVn3PYkoYPnHAv14Tg)**   
  The ServiceNow mobile application automatically enables push notifications and configures mobile devices for push notifications when users initially log in to the instance.
* **[Push notification setup with a custom push application for ServiceNow mobile apps](https://servicenow-prod.fluidtopics.net/jhLL1OpxEfmGgs~1XgE2yg)**   
  If you are using your own custom mobile or push application, you must configure your app for use and set up the push contents.
* **[Requeue failed push notification messages](https://servicenow-prod.fluidtopics.net/HqXm~JQdMLM3xF9kUlO~mA)**   
  Push notification delivery might fail for various reasons. You can view which messages failed and requeue them to be sent out if necessary.
* **[Push notification retention](https://servicenow-prod.fluidtopics.net/taAXe2~4fSCtRGLDM3hx8A)**   
  You can archive and eventually destroy push notifications that you no longer need or if your Push Notification table is excessively large.

