0

I am asking me if there is a way to deploy SAP hybrid apps (programmed in WEB IDE) for Android / iOS without having a "local" HAT connector installed?

My intention is that with all this cloud services it should be possible to consume a "build for Android" service in the cloud instead of installing the build stuff on a local developer machine.

This question is a little bit related with these posts:

user3783327
  • 616
  • 8
  • 30
  • 60

1 Answers1

0

Yes, this has been implemented end of last year. The prerequisites are as follows:

  1. Subscribe to Portal service
  2. Subscribe to Fiori Mobile service
  3. Create a "default" launchpad in Portal service
  4. Enable the Hybrid App Toolkit plugin in the WebIDE

Now when you create new apps in the WebIDE, on the first page there is a "mobile" checkbox that you need to select. If you have done this, you can trigger a cloud build via the "Fiori Mobile" context menu that you get when you right-click your project. You can find a more elaborate guide here.

Michael Jess
  • 1,907
  • 1
  • 19
  • 17
  • . only it doesn't support offline odata – Adam Harkus May 21 '18 at 14:50
  • @AdamHarkus this is not entirely true - Offline has never really been supported by Fiori Mobile, as stated in the documentation, but the feature has been migrated to SAP Cloud Platform Mobile Services. [This blog](https://blogs.sap.com/2018/05/22/creating-an-offline-crud-hybrid-mobile-app-in-sap-web-ide-full-stack-with-hybrid-application-toolkit/) describes how to enable Offline with the new service. – Michael Jess May 25 '18 at 10:58