cancel
Showing results for 
Search instead for 
Did you mean: 

push notifications mdk

0 Kudos

hello.

We have a purchase order release application and the idea is to notify users every time a new purchase order or purchase request is created in the erp.

To do tests we are sending push notifications with the firebase service using its api for the tests I am using postman.

So far everything is correct we were able to send the notification from postman to the device

But when doing it in SAP Mobile Application we have not been able to

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Can you clarify what you are looking to do? Are you trying to send the notification from the mobile device?

The more common use case I see is to have the mobile devices register for push with Mobile Services and have the erp system initiate the push notification to all the mobile devices by calling the Mobile Services push api when the request is created in the backend.

0 Kudos

Hello Bill Froelich.

We have a mobile application for purchase orders, but now we need that when a new purchase order is generated from the erp, a push notification can arrive from the client's device.

And right now I'm doing tests with a test application.

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

So you want the erp to send a push to the client device. I think you want to setup your erp system to call the Mobile Serivces API to send the push notification to your users.