SAP

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

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 August 21, 2026
Created on November 4, 2022
Contributors

More from Jitendra Kansal

See all 34 tutorials by Jitendra Kansal →

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.

    Firebase Console Create New Project
    Firebase Console Create New Project

  2. Provide a Project Name, click Continue.

    Firebase Project Name Entry
    Firebase Project Name Entry

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

    Uncheck Enable Gemini In Firebase Option
    Uncheck Enable Gemini In Firebase Option

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

    Uncheck Google Analytics Create Project
    Uncheck Google Analytics Create Project

  5. Once the project is ready, click Continue.

    Firebase Project Ready Continue
    Firebase Project Ready Continue

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

    Firebase Add Android App
    Firebase Add Android App

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

    Android Package Name Register App
    Android Package Name Register App

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

    Download google-services.json File
    Download google-services.json File

  9. In Add Firebase SDK step, click Next.

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

    Continue To Firebase Console
    Continue To Firebase Console

  11. Go to the Project settings.

    Firebase Project Settings Navigation
    Firebase Project Settings Navigation

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

    Service Accounts Generate New Private Key
    Service Accounts Generate New Private Key

  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.

    Generate Key Confirmation Pop-up
    Generate Key Confirmation Pop-up

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
Next