Setting Build Properties
This post is referring to Vahana 2 (beta version). To check the document for production, please go to vDesigner-v1.0
Before creating a build, you need to configure several properties at the following levels:
- Android:- This section allows you to define icon, version number, version name, loading strategy, and others.
- Middleware:-This section primarily allows you to configure properties that enable the connection between the application and middleware-incorporated modules, such as vConnect, VRT, and others. Also, you can configure the S3 bucket’s name and ID so that you can store a variety of data, including documents, images, videos, logs, and others, in easily accessible object format.
- Security:- In this section, you can configure check box-based security-related properties. You can click to select the check box to enable the property. Or, you can click to clear the check box to disable the property.
To configure the build settings:
- On the Downloads page, click Settings to display the Settings page.
- Under Environments, find the environment (for example, SAND_BOX) to configure the build-related properties.
- After you find the environment, click it to display all build-related properties:
- The following screen capture shows the build-related properties:
- To configure the build-related properties, see the following tables:
Android Settings | Description |
Upload Icon | Upload or choose an icon for your application |
Upload a Splash Icon | Upload a splash icon which will appear in a particular screen in the application which gets displayed while the application is loading |
App Name | Type the name of the application |
Version Name | This is the version name which would be visible to end users of the application |
Version Number | This is the number which will be used by the IT users to track the version numbers which will not be visible to the end-user of the application |
Package Name | <<To be discussed>> |
Middleware Settings | Description |
Application ID | Enter the Application ID of vConnect |
Org ID | Enter the Org ID of vConnect |
Client Secret | This is a prefilled field which a user can edit to connect to the Vahana Run Time Manager |
vConnect Endpoint URL | This endpoint URL is to connect to vConnect APIs and this is a prefilled field which is still editable |
Config fetch URL | |
Storage ID | Enter the storage ID. This is the S3 storage ID for storing the documents |
DMS Bucket Name | Enter DMS Bucket Name. This is S3 Bucket Name for storing the documents |
SSL Certificate | Upload SSL certificate in .cer and .cert format. |
Security Settings | Description |
Bypass SSL | Click this checkbox to use the application without any authentication of SSL |
Allow Rooted Devices | Click this checkbox to allow the application in the rooted devices |
Allow Landscape Mode | Click this checkbox to use the application in the landscape mode in the mobile devices and tablets |
Allow Screenshots | If you click to select this check box, the end-user can take the screen capture of the application’s pages. |
Allow Copy Paste | If you click to select this check box, the end-user can copy the content of the application and then paste it to another place. |
Enable Debugger | If you click to select this check box, the “debugger” feature becomes active in the application. If you make the debugger feature active, you do not require applying the debugger task in the application. |
Embed Configuration with Build | If you click to select this check box, the application build embeds the application’s configuration details into the application. Thus, when an end-user accesses the application, the application loads the configuration details faster to display the application’s content to the user. |
Override Device Font | If you click to select this check box, the application-level font settings override the device-level settings. In this case, when the end-user changes the font settings at the device-level, it will not change the font’s setting at the application level. |
Was this article helpful?
YesNo