cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert SAP UI5 Application into Mobile App

Anuj07
Employee
Employee
0 Kudos

Hi ,

I have created SAPUI5 application using 'account.hanatrial.ondemand.com' .

Now I would like to

- convert this into Mobile app so that I can access it via mobile.

- Also would like to add push notification to this App.

Is it possible via SAP HANA Cloud Platform mobile services or SAP Mobile platform. If yes  then please suggest.

Best Regards,

Anuj

Accepted Solutions (1)

Accepted Solutions (1)

midhun_vp
Active Contributor
0 Kudos

Hi Anuj,

Is your question answered ?

Regards,

Midhun VP

Anuj07
Employee
Employee
0 Kudos

Hi Midhun,

I need to try this out. Look like this will solve the problem.

Best Regards,

Anuj

Answers (1)

Answers (1)

midhun_vp
Active Contributor
0 Kudos

Hi Anuj,

You can convert your web app to hybrid app using Cordova framework (you can find more info from google), and then use the Kapsel plugins (set of Cordova plugins developed my SAP) to add features like push notifications. You have to use HCPms or SMP to use Kapsel plugins like push notification, offline etc.

You can find info on Kapsel plugins here:

Another option is after converting your app to hybrid using Cordova, use third party push notification plugin, in this case there is no need of HCPms or SMP.

Regards, Midhun

SAP Technology RIG

Anuj07
Employee
Employee
0 Kudos

Hi Midhun,

Thanks for quick reply

I tried to convert  SAPUI5 application into Android App using Cordova but the issue which I am

getting

The application  is not syncing content from the destination which I defined in the cockpit.(Actually this SAPUI5 application is reading content from another web application which is already hosted on HCP)

Did I miss something here ?

Best Regards,

Anuj

midhun_vp
Active Contributor
0 Kudos

Hi Anuj,

You have to find where it fails, you can debug the app using chrome debugger, Apache Cordova 3.3 and Remote Debugging for Android | Raymond Camden's Blog

Regards, Midhun

SAP Technology RIG