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 Your Branded MDK Client

Use the SAP Mobile Services to enable push notifications in your branded MDK client.

Overview

🎓 intermediate 35 min. Mobile Development Kit ClientIntermediateIosAndroidMobileSAP Business Technology PlatformSAP Mobile ServicesSAP Build CodeSAP Build

You will learn

  • โœ”How to set up push notifications on an Apple Developer and Google Firebase account
  • โœ”How to configure push settings on SAP Mobile Services
  • โœ”How to send push notification in your branded MDK client
Jitendra Kansal J Jitendra Kansal July 9, 2026
Created by October 4, 2022
Contributors

Prerequisites

Prerequisites

Steps

Intro

You may clone an existing metadata project from GitHub repository.


Step 1 Generate push configuration for Android/iOS device
โ€”

Make sure you are choosing the right device platform tab above.

  1. Open the Firebase console, login with your Google account and click Create a new Firebase Project.

    MDK
    MDK

  2. Provide a Project Name, click Continue.

    MDK
    MDK

  3. Uncheck Enable Gemini in Firebase option and click Continue.

    MDK
    MDK

  4. Uncheck Enable Google Analytics for this project option and click Create Project.

    MDK
    MDK

  5. Once the project is ready, click Continue.

    MDK
    MDK

  6. Click Add app and click Android icon to add Firebase to your Android app.

    MDK
    MDK

  7. Provide a unique name to Android package name, click Register app.

    MDK
    MDK

  8. Download goole-services.json file, click Next.

    MDK
    MDK

  9. In Add Firebase SDK step, click Next.

  10. In the following step, click Next and then click Continue to console.

    MDK
    MDK

  11. Go to the Project settings.

    MDK
    MDK

  12. Select the Service accounts tab and click on the Generate new private key.

    MDK
    MDK

  13. Click the Generate key in the pop-up window and store the downloaded private key file securely because the key cannot be recovered if lost.

    MDK
    MDK

Step 2 Provide information to Mobile Services
+
Step 3 Place push files in local MDK project
+
Step 4 Create MDK client
+
Step 5 Test a Simple Notification in your MDK client
+
Step 6 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 6
1. Generate push configuration for Android/iOS device 2. Provide information to Mobile Services 3. Place push files in local MDK project 4. Create MDK client 5. Test a Simple Notification in your MDK client 6. Test an Advanced Notification in your MDK client

Learn more →