Build Your Mobile Development Kit Client Using Cloud Build Service
Intermediate
35 min.
Build a standard or a customized Mobile Development Kit client using cloud build service and connect to your SAP mobile app.
You will learn
- How to generate platform specific configurations required for your MDK client
- How to build a standard MDK client
- How to upload your local
.mdkproject
to the Cloud Build service to build a customized MDK client - How to install the binary on your device
Prerequisites
- Tutorial: Set Up Initial Configuration for an MDK App
- Apple ID: A paid Apple developer account is required
Cloud Build Service provides 2 options for creating a Mobile development kit client:
- Create a standard MDK client by providing your own app icon and app logo.
- Create a customized MDK client by importing your local
.mdkproject
similar to what you might have done via MDK SDK locally on your machine.
You need to:
- Add Cloud Build service feature to your MDK app configuration
- Upload signing profiles and/or app information
- Upload your local
.mdkproject
(applies for custom MDK client) - Initiate the build
After a successful build, you can download the APK or IPA file.