SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Enable Push Notifications in the MDK Public Store Client

Use the SAP Mobile Services to enable push notifications in the MDK public store client.

Overview

You will learn

  • How to use MDK push register action
  • How to use predefined push configuration for the public store version of SAP Mobile Services client (MDK client)
  • How to send push notification to an MDK app
Jitendra Kansal J Jitendra Kansal August 21, 2026
Created on August 26, 2023
Contributors

More from Jitendra Kansal

See all 34 tutorials by Jitendra Kansal →

Prerequisites

Prerequisites

Play Store QR Code
Android
App Store QR Code
iOS

(If you are connecting to AliCloud accounts, you will need to brand your custom MDK client by allowing custom domains.)

Steps

Intro

You may clone an existing metadata project from GitHub repository and start directly with step 5 in this tutorial.


Push Notification Tutorial Overview
Push Notification Tutorial Overview

Step 1 Define push notification settings in app configuration

  1. Open the SAP Mobile Services admin UI, click Push Notification feature.

    Push Notification Feature In Mobile Services Admin UI
    Push Notification Feature In Mobile Services Admin UI

    You can add Push Notification feature by clicking on + icon in case feature is not already assigned to the application.

  2. Select SAP Mobile Services Client under Predefined for option, click Save.

    SAP Mobile Services Client Predefined Option Saved
    SAP Mobile Services Client Predefined Option Saved

    Predefined push is supported only for the MDK (SAP Mobile Services client) public store client.

    If you want to enable push notification in your custom MDK client then follow Enable Push Notifications in Your Branded MDK Client tutorial.

Step 2 Create a New Project Using SAP Build
+
Step 3 Configure the Project Using Storyboard
+
Step 4 Create MDK actions to register for push notifications
+
Step 5 Call the push register action
+
Step 6 Deploy the Project
+
Step 7 Display the QR code for app onboarding the Mobile app
+
Step 8 Test a Simple Notification in MDK client
+
Step 9 Test an Advanced Notification in your MDK client
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 9
1. Define push notification settings in app configuration 2. Create a New Project Using SAP Build 3. Configure the Project Using Storyboard 4. Create MDK actions to register for push notifications 5. Call the push register action 6. Deploy the Project 7. Display the QR code for app onboarding the Mobile app 8. Test a Simple Notification in MDK client 9. Test an Advanced Notification in your MDK client
Next