Posted on 01-22-2014 07:08 AM
Hello,
I was wondering if anyone has figured out how to preconfigure settings for a third-party, non-Enterprise app?
I have a couple of assessment apps I'd like to preset the URL for (STAR) or state (SBAC).
thanks,
chris
Solved! Go to Solution.
Posted on 02-04-2014 02:04 PM
Hey Chris,
The only app I've used App Configuration for is Casper Focus where I was able to enter the URL as follows (casperurl = your casper server):
<dict> <key>JSS_URL</key> <string>https://casperurl:8443/</string> </dict>
Back in November, I asked our Apple SE about the App Configuration feature. He said that "…the app developer would need to program in the ability to set managed configuration options, which would mean that each app developer would need to provide a dictionary reference for settings that can be defined via MDM." So it sounds like you may need to contact the developer of the assessment app and see if they can add that ability.
I hope more developers implement this. It would be a huge time saver for end users and iOS admins like us!
~Joe
Posted on 02-04-2014 02:04 PM
Hey Chris,
The only app I've used App Configuration for is Casper Focus where I was able to enter the URL as follows (casperurl = your casper server):
<dict> <key>JSS_URL</key> <string>https://casperurl:8443/</string> </dict>
Back in November, I asked our Apple SE about the App Configuration feature. He said that "…the app developer would need to program in the ability to set managed configuration options, which would mean that each app developer would need to provide a dictionary reference for settings that can be defined via MDM." So it sounds like you may need to contact the developer of the assessment app and see if they can add that ability.
I hope more developers implement this. It would be a huge time saver for end users and iOS admins like us!
~Joe
Posted on 02-10-2014 08:58 AM
A second thing to note for the Casper ID configuration is the second key and string to prevent the instructor from focusing there own iPad.
<key>JSS_ID</key>
<string>$JSSID</string>
Posted on 06-17-2016 06:24 AM
I'm looking at setting up VMware Horizon Client and would like to include the URL in the settings.
Anyone know how this could be done (or other functions could be pushed to the app during the install or update)? Thank all
Scott
Posted on 06-17-2016 08:44 AM
I just wish the state testing app AirSecure Test would provide App Configuration so we could set the state and test for the students.
Another app other than Casper Focus I use this for is manually distributing Self Service to our devices (outlined here)