Version 2020
Preconfigure Library Mobile for iOS
You can preconfigure the MicroStrategy Library Mobile app with server information so that users can start using MicroStrategy Library Mobile immediately. All the connection settings are preconfigured by the System Administrator prior to making MicroStrategy Library Mobile available to the users. You can preconfigure information for more than one server.
To preconfigure MicroStrategy Library Mobile for iOS:
- Open the MicroStrategy Library Mobile sample project in Xcode.
- Navigate to MicroStrategyLibrary > iPad and open Preferences.xml.
-
Update the following parameters in the <ws> node:
Parameter Value nm Name of MicroStrategy Library Mobile server pt Path to MicroStrategy Library Mobile server po Port for MicroStrategy Library Mobile server rt Request type
- 0 = HTTP
- 1 = HTTPS
Sample code is shown below:
<ws nm="mobileLibrary.myCompany.com" po="443" pt="MicroStrategyLibrary" rt="1" >
...
</ws>
You can preconfigure more than one server, or remove all the servers that you don't need. To add more servers, simply include additional <ws> nodes.
-
Compile the app.