cancel
Showing results for 
Search instead for 
Did you mean: 

Example of Managed App Configuration [iOS] in C4C 1702

Former Member
0 Kudos

Hi pros,

Could please provide an example of Example of Managed App Configuration [iOS] use in C4C 1702?

Best regards,

Nadezhda Rukavishnikova

Accepted Solutions (1)

Accepted Solutions (1)

former_member192750
Active Contributor
0 Kudos

When using external Mobile Device Management (MDM) tools, you have the possibility to set certain configuration keys and values in the MDM provider’s management console and these can be pushed to a deployed app.

Prerequisite: Distribute app via an MDM vendor that supports “Managed Configuration

Different configuration logon profile set-up options are:

  1. Pre-set a default system URL if this URL is provided by MDM tool and the field value itself is not empty.
  2. Pre-set user name if the field is provided by MDM tool and field value itself is not empty.
  3. Pre-set remember password option if the field is set to YES by MDM tool.

User has to navigate to new logon profile screen manually - when screen opens the default values are applied.

Default values will not be applied for consecutive openings of new logon profile screen.

Currently the ManagedAppConfig.plist has following example entries:

systemurl String https://my000000.crm.ondemand.com

username String mobilityUserAlias

rememberpassword Boolean YES

Answers (0)