Changes for page Mobile Applications
Last modified by Kyle Hill on 2025/10/01 12:38
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -13,7 +13,7 @@ 13 13 URL: [[https:~~/~~/play.google.com/console/developers>>https://play.google.com/console/developers]] 14 14 Username//: [[innovation@ebsphere.com>>mailto:innovation@ebsphere.com]]// 15 15 16 -In Visual Studio, we need to configure / update the android manifest with the following information: 16 +In Visual Studio, we need to configure / update the android manifest with the following information: (The manifest can be found at ebapp.android > properties > androidmanifest.xml) 17 17 18 18 |**Property Name**|**Example**|**Description** 19 19 |Application name|MWPF|Short alphabetic code which represents the client ... ... @@ -23,7 +23,11 @@ 23 23 Version number which is displayed to the user 24 24 ))) 25 25 26 -Important! Ensure the following has been configured before rebuilding and deploying the application. The MainActivity class requires an "Activity" attribute with details that are specific to the client to are doing the deployment for. We also need to change the "**appsettings.release.json**" file to include a reference to the client record stored on the "**dbo.mobileAppSettings**" table mentioned previously; this is the reason the company code must tobe unique.26 +Important! Ensure the following has been configured before rebuilding and deploying the application. The MainActivity class requires an "Activity" attribute with details that are specific to the client to are doing the deployment for. We also need to change the "**appsettings.release.json**" file to include a reference to the client record stored on the "**dbo.mobileAppSettings**" table mentioned previously; this is the reason the company code must be unique. 27 27 28 +After packaging the application, you will need to sign it. The key and / or credentials required for signing can be found in the corresponding client found on SharePoint (Usually in a folder called KeyStore, Keys etc): EB Sphere (Pty) Ltd Team Site - Documents\Teams\Innovation\Mobile Application. 28 28 30 + 31 + 32 + 29 29