JSS <dict> managed app config for owncloud

fbataille
New Contributor

Hi folks

i try to apply a remote config for the owncloud app in ios, using the JSS "managed app" options, wich uses a syntax with things like that below in italic

is there anybody in the community who succedeed to apply this remote configuration to send server url; login; password etc... ? here it is for education purposes so we have to make the app configuration automatic and simple !

thanks for your help

Franck

<dict>
<key>config</key>
<dict>
<key>static_connections</key>
<array>
<dict>
<key>password</key>
<string>yourpassword</string>
<key>username</key>
<string>yourusername</string>
<key>url</key>
<string>https://url</string>
<key>name</key>
<string>nameofconnection</string>
</dict>
</array>
</dict>
</dict>

2 REPLIES 2

AppleStadtHenne
New Contributor

I'm looking for the same thing...

alexis_arnaud
New Contributor

I'm Looking for the same thing... Nobody for help us ? :)