Apple Push Notification Properties

Apple Push Notification properties allow iPhone users to install messaging client software on their devices. This requires you to create different e-mail activation messages using the appropriate push notification properties.

ID: property name (type) Description Default
2600: Enable (boolean) Enables if push notification using APNs is enabled or not. True
2601: Alert (boolean) Use the iOS standard alert. True
2602: Badges (boolean) Use the badge of the application icon. True
2603: Sounds (boolean) Use a if a sound is a made when a notification is received. The sound files must reside in the main bundle of the client application. Because custom alert sounds are played by the iOS system-sound facility, they must be in one of the supported audio data formats. See the iOS developer documentation. True
2604: Delivery Threshold (integer) The frequency, in minutes, with which groupware notifications are sent to the device. Valid values: 0 – 65535. 1
2605: Alert Message (string) The message that appears on the client device when alerts are enabled. New items available
2606: APNS Device Token (string) The Apple push notification service token. An application must register with Apple push notification service for the iOS to receive remote notifications sent by the application’s provider. After the device is registered for push properly, this should contain a valid device token. See the iOS developer documentation. n/a