Is it possible to configure iOS application system settings through Enterprise Distribution?

Apple Enterprise Deployment Guide says that applications distributed within the organization may be accompanied by a “configuration profile” that changes some system settings (such as VPN or Wi-Fi). Is it possible to use the same system to distribute user settings (as defined in the System Settings application) for the corporate application itself?

+6
source share
2 answers

Outwardly, the application is not clicked.

The way I will implement this is that the application starts with the enterprise server at startup and thus receives all the application settings. A simple REST exchange should do this.

+2
source

I do not think so.

http://developer.apple.com/library/ios/#documentation/iphone/conceptual/iphoneosprogrammingguide/Preferences/Preferences.html

After reading the document, it can technically be implemented, but it seems that this function is not available (yet).

0
source

Source: https://habr.com/ru/post/885739/


All Articles