Is There a Way to Manage App Settings?

nestordevicemgm
New Contributor

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!

5ce53fd67fcd4af48599e822e9fd7b0a

4 REPLIES 4

Chris
Valued Contributor

It depends on whether the app supports this or not.
Check out https://www.appconfig.org

mike_paul
Contributor III
Contributor III

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.

nestordevicemgm
New Contributor

Excellent info. Thanks!

nestordevicemgm
New Contributor

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!