Changes for page Mobile Applications
Last modified by Kyle Hill on 2025/10/01 12:38
edited by Gideon Lombard
on 2024/02/06 13:34
on 2024/02/06 13:34
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. kyleh1 +XWiki.gideonl - Content
-
... ... @@ -1,19 +1,0 @@ 1 -==== Database Overview ==== 2 - 3 -Before connecting to the mobile database, ensure you have updated your SQL Management Studio, current working version is **20.2.37.0**. Take note to tick the checkbox option that says: **Trust Server Certificate**,** **when trying to connect. The IP address for the server is **172.30.0.6 **and** **database credentials can be found at [[https:~~/~~/vault.zoho.com/>>https://vault.zoho.com/]]. Below is a breakdown of some important tables that can be found in the database and their purpose: 4 - 5 - 6 -|Table Name|Description| 7 -|[dbo].[mobileAppSettings]|This contains basic information required for the mobile app to run. It points the mobile app to a web service which is responsible for handling database operations and business logic. The service URL is specified in a field called, "**WebServiceURL**".** **Each mobile app must also be assigned a unique company id, which is stored in a field called, "**CompanyName**"; The format for this field must be as follows: **CODE@GUID**| 8 -| | | 9 - 10 - 11 -==== Google Play Store: ==== 12 - 13 -In order to deploy an android application on the Google Play Store you'll need the following: (credentials can be found on ZOHO). 14 - 15 -URL: https://accounts.google.com/ 16 -Username: [[innovation@ebsphere.com>>mailto:innovation@ebsphere.com]] 17 - 18 - 19 -