iOS managed appconfig plist

Hi,

struggling with configuring ibm connections iOS app with plist, there a lot guides around with different key/values

1. successfully preconfigure server & username

2. "SingleAccountOnly" is working also

3. "AllowRemoveAccount" isn't, still able to remove

4. "RememberPassword" isn't set in the app, has to manually enable

----------------Use the following plist -----------------------------------------

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- This ManagedAppConfigurationVersion key has the value of the -->
<!-- version element in the XML document -->
<key>ManagedAppConfigurationVersion</key>
<integer>8</integer>
<!-- The plist then has a key-value pair for each configuration setting. -->
<!-- The name of the key corresponds to the keyName attribute of a key element -->
<!-- in the XML document. -->
<key>com.ibm.mobile.connections.serverURL</key>
<string>ServerName</string>
<key>com.ibm.mobile.connections.serverName</key>
<string>CustomerName</string>
<key>com.ibm.mobile.connections.user</key>
<string>$USERID$</string>
<key>SingleAccountOnly</key>
<true/>
<key>RememberPassword</key>
<true/>
<key>AllowRemoveAccount</key>
<false/>
<key>AllowiTunesSharing</key>
<false/>
<key>ExposeGeoLocation</key>
<false/>
</dict>
</plist>

-----------------------------------

what are the correct key's, are the any current sample plist - anyone please assist with this !?

thanks in advance

Matthias

Hi Matt ,

Kindly check below link which would help you to configure the properties as per your requirement.

https://help.hcl-software.com/connectionsmobile/admin/overview/r_mobile_config_properties.html

Regards

Aditya

Hi Aditya,

thanks to far, but i dont think so, because it's about the mobile-config.xml, probalby to configure something at the connections server

just want to configure the app with a plist file, this seams to be the same values, but is a complete different syntax.

mobile-config.xml

<ReportLocation enable="true|false">


*.plist

<key>ReportLocation</key>
<true/>

Please advise further

Matthias

We're testing pushing out Connections 2023 via our MDM that supports plist key pair values, and are also finding that the RememberPassword cannot be set automatically.

Please can you advise if you got anywhere with this?

Kind regards

Kevin Lee