cancel
Showing results for 
Search instead for 
Did you mean: 

Push Notification for Fiori client without SMP

jayakanth_r3
Participant
0 Kudos

Dear Experts,

I have a requirement to implement Push Notifications for Fiori Client (Custom/Standard). We do not have SMP implemented in our landscape. Our Fiori Client app interacts directly with backend SAP system through web dispatcher. We have an option to use middle ware (like PI/HCI/ Dell Boomi, etc..) to get the pending approvals or notifications from backend. We can also save the user id-mobile device combination in SAP system during initial login of the app so that we can know which device to be notified for pending approvals for particular user.

My question here is how do i push this pending approval count/other notification to Fiori client in IOS device from a middleware like (PI/HCI/Boomi).

Regards,

Jay

Accepted Solutions (0)

Answers (2)

Answers (2)

jayakanth_r3
Participant
0 Kudos

Hi Mahesh,

I have downloaded SMP 3 SP 15 SDK and built my custom fiori client which comes along with push plugin. My question was on how i will send my notifications to the fiori client on mobile device from my middle ware (PI/HCI/Boomi).

Regards,

Jay

maheshpalavalli
Active Contributor
0 Kudos

Hi Jayakanth Ramakanthan

If you are not using the SMP then you have to go with the opensource push notification libraries. One such library is https://github.com/phonegap/phonegap-plugin-push

Install this plugin and recompile the Fiori Client for IOS devices.

BR,

Mahesh