iOS 应用程序的系统设置可以通过 Enterprise Distribution 进行配置吗?
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 技术交流群。
发布评论
评论(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.