cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MDK - push notifications and other issues

alagar_pandian
Participant
0 Kudos
277

Hi @Jitendra_Kansal and everyone, 

I am currently exploring SAP MDK and it's capabilities using licensed BTP account of my Org. I have few queries,

1. Is it okay if I use 'sap mobile services client' app which is publicly available to load the app content which I built and deployed in mobile services in production ? if yes, will it support push notifications which I am planning to trigger from S/4 Hana backend system by calling mobile service APIs ?

2. If I use the cloud build feature in SAP Mobile services to generate a MDK client, will it support push notifications ? I don't want to install MDK SDK locally to configure push notification settings, would be great if we have an option to do push notification settings in cloud build itself, if possible plz provide relevant blogs on that.

3.Looking for an answer to this issue https://community.sap.com/t5/technology-q-a/sap-mdk-sdk-installation-error/qaq-p/12511985/comment-id...

@fjcarrasco 

Thanks in advance,

Alagar

 

View Entire Topic
Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert

@alagar_pandian 

  1. SAP Mobile Services client is intended for quick testing and proof of concept purposes. For productive usage, we recommend that you create a branded Mobile Development Kit client using either the Mobile Development Kit SDK or SAP Mobile Services Cloud Build service. This information is covered in this documentation.
  2. Yes. See this tutorial

 

alagar_pandian
Participant
0 Kudos

@Jitendra_Kansal If I use cloud build service is it still possible to get the actual source code of the branded MDK client generated , I know we get only apk and aab files in this approach but is it possible for source code ?

Also for the point 2 above -> hope I can ignore step 3 and step 4 in this tutorial as that seems to be relevant to MDK SDK approach. I would probably just need to do step 1 & step 2  for push notification  and do cloud build . tutorial

alagar_pandian
Participant
0 Kudos

looks like  tutorial works only for MDK SDK approach not for cloud build approach. Could you check and confirm please @Jitendra_Kansal . Also how to get source code(android) for the mobile client generated by cloud build feature ? thanks

alagar_pandian
Participant
0 Kudos

Thanks a lot @Jitendra_Kansal   @bill_froelich