Posted on 08-29-2017 06:53 AM
I am trying to figure out if there is a way to manage iOS app settings in a configuration profile, so that they are already set up correctly when deployed to a device.
Specific Example: We are deploying Field Office to all of our devices and it would be super handy to pre-set things like Timeout Duration and Download Timeout, to avoid tech support calls to walk reps through doing this remotely.
Is this possible through the JSS?
Thanks a million!
Posted on 08-29-2017 07:20 AM
It depends on whether the app supports this or not.
Check out https://www.appconfig.org
Posted on 08-29-2017 07:23 AM
No, unfortunately this would not be possible via normal built in MDM means as these controls would have to be developed by the app developer.
If you could get the app developer to use something like Managed App Config https://www.appconfig.org in their apps then when you pushed the app via an MDM you could pre-define settings.
Posted on 08-29-2017 07:34 AM
Excellent info. Thanks!
Posted on 08-30-2017 12:26 PM
SO, we reached out to the app developer and got the question below in reply:
Could you ask the MDM vendor if the below Apple documentation on “ManagedAppConfig” is what they need? https://developer.apple.com/library/content/samplecode/sc2279/Introduction/Intro.html#//apple_ref/doc/uid/DTS40013823-Intro-DontLinkElementID_2
I am in a little over my head on this particular topic. Can you confirm that this is the correct road for them to go down?
Thanks!