Configure properties to enable any type of notification to be sent from a back-end system to SAP Mobile Platform Server. For Apple push notifications, you may also need to configure additional properties for sending notifications from SAP Mobile Platform Server to APNS.
-Dcom.sap.mobile.platform.server.notifications.baseurlThe default value is http://SMPHostName:8080/. Replace SMPHostName with the host name of SAP Mobile Platform Server.
If you are using APNS and SAP Mobile Platform Server is installed behind a firewall, you can send notifications to APNS using either a SOCKS proxy or a load balancer.
To send notifications through a SOCKS proxy, edit these properties in props.ini:
Property | Description |
---|---|
-DapnsSocksProxyHost | IP address of the SOCKS proxy used to connect to APNS. |
-DapnsSocksProxyPort |
SOCKS proxy port. The default value is 1080. The apnsSocksProxyHost property must be set in order for this value to be used. |
To send notifications through a load balancer, consult your network administrator.