MicroStrategy ONE

Specify Different Login Credentials for Server and Project in iOS

By default, the title text box on the login screen for both server and MicroStrategy project have the same "Enter Credentials" message. You can configure a different string for each title text box by modifying two values in the IphoneStrings.strings file.

To change the English version of the strings in the title text boxes, follow the steps listed below. If you want to customize the strings in other languages, make the same changes in the appropriate language folders. 

  1. Expand Resources under MicroStrategyMobile in Xcode, then FinalBundle.bundle, then Contents, then Resources, then en.lproj. 
  2. Copy IPhoneStrings.strings. 
  3. Navigate to or create the following path under MicroStrategyMobile in Xcode: Custom, then Resources, then FinalBundle.bundle, then Contents, then Resources, then en.lproj.  
  4. Paste IPhoneStrings.stringsunder en.lproj.    
  5. Open IPhoneStrings.strings and set the values of the following parameters to point to your custom help files:  
    • ENTER_CREDENTIALS_SERVER
      The string you define for ENTER_CREDENTIALS_SERVER is displayed in the title text box for the server. 
    • ENTER_CREDENTIALS_PROJECT
      The string that you define for ENTER_CREDENTIALS_PROJECT is displayed in the title text box for the MicroStrategy project.

The default  "Enter Credentials" message string is the value of ENTER_CREDENTIALS

  1. Save your changes.