Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%Net] >  [PushNotifications] >  [APNS]
Private  Storage   

class %Net.PushNotifications.APNS extends %RegisteredObject

// Implements Apple Push Notification Service connectivity

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 6 6


Summary

Properties
ConnectTimeout PushServerAddress PushServerPort ResponseTimeout
SSLConfig

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
Connect Disconnect EnhancedPushNotification SimplePushNotification

Subclasses
EnsLib.PushNotifications.APNS.Operation

Parameters

• parameter BUFFERSIZE = 16384;
• parameter DEVICETOKENLENGTH = 32;

Properties

• property ConnectTimeout as %Integer [ InitialExpression = 30,Required ];
SSL Connection timeout period in seconds. The connection is terminated after this period of inactivity.
• property PushServerAddress as %String(MAXLEN=1024) [ Required ];
Hostname of the Apple Push Notification Server.
• property PushServerPort as %String [ Required ];
Port for the Apple Push Notification Server interface.
• property ResponseTimeout as %Integer [ InitialExpression = 5,Required ];
Time period in seconds to wait for a response to a connection request.
• property SSLConfig as %String [ Required ];
Configuration name in the table of SSL configurations. The SSL is associated with the app and must be provided by Apple for the APNS service.

Methods

• method Connect() as %Status
Connect to the Apple Push Notification Service
• method Disconnect() as %Status
• method EnhancedPushNotification(pDeviceToken As %String, pRequestId As %Integer, pExpiresUTC As %TimeStamp, ByRef pNotificationData) as %Status
Send a notification using the "enhanced" mechanism. The pDeviceToken represents a device identifier, the pNotificationData is an array of the aps values (see the APNS docs) and pCustomData contains any additional data items to be included.
• method SimplePushNotification(pDeviceToken As %String, ByRef pNotificationData) as %Status
Send a "simple" push notification. The pDeviceToken represents a device identifier, the pNotificationData is an array of the aps values (see the APNS docs) and pCustomData contains any additional data items to be included.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.