Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can an iOS App's system settings be configured via Enterprise Distribution?

Apple's Enterprise Deployment Guide says that apps distributed internally to an organization can be accompanied by a "Configuration Profile" that changes certain system settings (like VPN or wifi preferences). Can the same system be used to distribute custom settings (as defined in the system wide "settings" application) for the enterprise application itself?

like image 772
prairiedogg Avatar asked Apr 12 '11 15:04

prairiedogg


1 Answers

Not externally pushed upon the app.

The way I would implement it is that the app checks in with the enterprise server upon launch and gets any app settings that way. A simple REST exchange should do it.

like image 50
onnoweb Avatar answered Sep 19 '22 14:09

onnoweb