iOS 应用程序的系统设置可以通过 Enterprise Distribution 进行配置吗?

发布于 10-31 23:57 字数 218 浏览 3 评论 0原文

Apple 的企业部署指南表示,在组织内部分发的应用程序可以附带“配置文件”可更改某些系统设置(例如 VPN 或 WiFi 首选项)。是否可以使用同一系统为企业应用程序本身分发自定义设置(如系统范围的“设置”应用程序中所定义)?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

思慕2024-11-07 23:57:45

没有从外部推送到应用程序。

我实现它的方式是应用程序在启动时与企业服务器签入,并以这种方式获取任何应用程序设置。一个简单的 REST 交换就可以做到这一点。

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.

花期渐远2024-11-07 23:57:45

我不这么认为。

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

阅读文档后,它在技术上应该可以实现,但看起来这个功能并不可行可用(尚未)。

I don't think so.

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

After reading the documention it should be techically possible to implement but it looks like this feature is not available (yet).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文