App Deployment

After you’ve finished making all your changes, you must set some information that will uniquely identify your app in the App Store or Google Play Store. This will also set the values at the footer of the help screen.

For iOS

  1. Select mxmobile in your Xcode project navigator.
  2. Select MXmobile iOS target.
  3. Under the General tab, edit Display Name, Bundle Identifier, Version, and Build.
  4. In institutions/mxmobile/config/overrides.yaml, make the respective changes to:
  • app_name (Display Name)
  • app_store_id (Bundle Identifier)
  • major_app_version_number, minor_app_version_number, patch_app_version_number (Version)
  • build_version (Build)