Sample Property List Configuration

Setting key-value pair assignments through a plist is only available on iOS.

Note

One method of setting key-value pair assignments is through an XML property list, or plist. The plist contains the key-value pair assignments that an MDM provider sends to a mobile app to enforce security configurations.

Here’s a sample configuration.

1<dict>
2	<key>AppServiceHosts</key>
3	<array>
4		<string>host1</string>
5		<string>host2</string>
6	</array>
7	<key>AppServiceHostLabels</key>
8	<array>
9		<string>Production</string>
10		<string>Sandbox</string>
11	</array>
12	<key>RequireCertAuth</key>
13	<true/>
14	<key>ClearClipboardOnBackground</key>
15	<false/>
16	<key>OnlyShowAuthorizedHosts</key>
17	<false/>
18</dict>

We've Moved

Welcome to the new home of the Mobile SDK Developer Guide! For now, the Japanese guide can be found in PDF form.