Show TOC

Native Push Notification for a Back EndLocate this document in the navigation structure

The SAP Mobile Platform uses the native notification mechanisms provided by individual device platforms such as APNS, GCM, BIS/BES, WNS, and MPNS to send notifications. Back-end systems use the Push REST service to notify SAP Mobile Platform about any notification messages it sends to devices.

Delivery address URL format is:
On-Premise
http[s]://<host:port>/<Notification>/<registration ID>
Cloud
https://<HMC base URL>/<Notification>/<registration ID>
where:
  • <Notification> is received from the proxy push endpoint.
  • <registration ID> is sent to the device when a user registers and connects to the application from the device.

You can also send notification data using URL arguments.