SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

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

🎓 intermediate 20 min. Mobile Development Kit ClientIntermediateIosAndroidMobileSAP Business Technology PlatformSAP Mobile ServicesSAP Build CodeSAP BuildSAP Business Application Studio

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 July 9, 2026
Created by August 26, 2023
Contributors

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.


MDK
MDK

Step 1 Define push notification settings in app configuration
โ€”

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

    MDK
    MDK

    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.

    MDK
    MDK

    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

Learn more →