Questions tagged [sap-mobile-services]

Questions around "SAP Mobile Services" which is a cloud-based platform for mobile business applications and the successor of "SAP Mobile Platform" (SMP).

SAP Mobile Services offers a platform for SAP customers to scale, configure, and manage mobile business applications in the cloud. It is integrated tightly with (SAP BTP, formerly known as "SAP Cloud Platform" or "SCP") and considered as the successor of "SAP Mobile Platform" ().

Commonly used frameworks or tools for developing mobile apps, which can be integrated with SAP Mobile Services, are:

7 questions
2
votes
0 answers

SAPUI5 hybrid mobile app - What happens on a failed flush()?

I have a hybrid mobile app developed SAP Web IDE, SAP Cloud Platform using Hybrid App Toolkit (HAT) to build through SAP Mobile Services. Say, for example, I perform a flush() (Update online database with offline OData) and there's a network…
1
vote
0 answers

MDK: Format Simple Property as Number

I have a "QTY" field (simple property) on a page whose value is used in a Function Import. The Function Import expects a Number type. The error I get in BAS is: Incorrect type. Expected "number". How do I set this as a number? There is nothing in…
1
vote
0 answers

Replace SAP Mobile Services app in App Store with SAP Cloud Platform app

Recently we've managed to create a Fiori Cloud Build in the SAP Cloud Platform Mobile Services for Android and iOS. Currently our users are using Fiori on their mobile devices with a previously developed native app created with the Kapsel SDK, which…
1
vote
1 answer

SAPUI5 hybrid app - How to prevent multiple logins on different platforms

We have developed a hybrid mobile application in SAP Cloud Platform connected with the SAP Mobile Services. If a user is logged using a device and the same user tries to log-in the application via web, he should not be able to log-in (I.e. prevent…
1
vote
1 answer

Mobile App build in SAP WEB IDE is pulling in the wrong App Id from Mobile Services

When Deploying a Mobile app from Web IDE to Mobile services, the app Details in appconfig.js config.xml are being pulled from the incorrect mobile services sub-account. This can be corrected by deleting the app in mobile services and building…
1
vote
0 answers

SAPUI5 hybrid app - Add custom icon to push notification

Is it possible to add a custom icon to push notification when using kapsel-plugin-push? I have read blogs, like: Getting Started With Kapsel - Part 4 - Push How to config and consume Push Notification from SAP Mobile Services and tried to add icon…
vocasle
  • 799
  • 8
  • 11
0
votes
1 answer

How start an Android application only if there is a specific certificate installed on device?

I've create a hybrid web application using SAP Mobile Services. This application (.apk) must run only if there is a specific certificate installed on the Android device. Otherwise, it should not run. Any ideas how to solve this?