Configuration settings for WorkPlace apps

Use the Configurations settings to pass configuration files to public and enterprise apps that use the WorkPlace SDK.

A configuration file with required inputs is passed from MaaS360 and delivered securely to the app. App configurations are used to dynamically pass certain configurations to the app that the app can consume internally for its own functions. The configuration input can contain customer attributes.

Policy setting Description
iOS App The bundle ID of the iOS app that receives the configuration file.
Note: The app must be distributed through the App Catalog.
Configuration File The configuration file that is passed to the iOS app. This setting supports all file formats. If text or an XML file is provided, the following placeholders are supported:
  • %user%
  • %domain%
  • %email%
  • %upn%
App developers can use these placeholders to replace values for certain functions in the app.
Android App The bundle ID of the Android app that receives the configuration file.
Configuration File The configuration file that is passed to the Android app. This setting supports all file formats. If text or an XML file is provided, the following placeholders are supported:
  • %user%
  • %domain%
  • %email%
  • %upn%
App developers can use these placeholders to replace values for certain functions in the app.