---
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 notification properties

# Push notification properties {#ariaid-title1}

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

Push notifications provides several properties to customize the setup.
Add these properties to the System Properties \[sys_properties\] table.

glide.push.apns.version
:   Controls which version of the Apple Push Notification service (APNs) to use in your instance. You can use APNs version 1 or 2. The system uses APNs version 2 by default. To use APNs version 1 instead, set the value to 1.

    * Type: integer
    * Default value: 2
    {#r_PushNotificationProperties__ul_jss_3cy_2lb}

glide.push.debug
:   Creates entries in the system log for push notification errors.

    * Type: true \| false
    * Default value: false
    {#r_PushNotificationProperties__ul_vy1_1cb_3jb}

glide.push.enabled
:   Enables or disables push notifications.

    * Type: true \| false
    * Default value: true
    {#r_PushNotificationProperties__ul_gch_lcb_3jb}

glide.push.feedback.debug
:   Creates entries in the system log for feedback sent by the APNs for custom iOS push applications.

    * Type: true \| false
    * Default value: false
    {#r_PushNotificationProperties__ul_y1p_ccb_3jb}

glide.push.notification.ttl_seconds
:   Specifies the number of seconds after which a queued push notification expires. After a push notification is triggered, it is queued and finally processed by a scheduled job. If the time the notification sits in the queue exceeds this value, the notification is not sent. Check the [Push
    Notifications log](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.") for more information.

    * Type: integer
    * Default value: 21600
    {#r_PushNotificationProperties__ul_cjv_2cb_3jb}
**Related concepts**   

* [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.")  
**Related tasks**   

* [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.")
* [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.")  
**Related reference**   

* [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.")
* [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 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.")

