使用 iPhone 配置实用程序进行自定义应用程序

发布于 2024-10-15 00:05:05 字数 151 浏览 9 评论 0原文

Apple 的 iPhone 配置实用程序可以用来配置我自己的应用程序吗?我创建了一个具有多种不同设置的应用程序,我希望公司环境中的某个人可以选择通过配置文件配置设置,就像 Apple 使用 iPhone 配置实用程序为自己的应用程序提供的配置文件一样。我在这里有什么选择?感谢您的帮助,

Can Apple's iPhone Configuration Utility be used to configure my own application? I have created an app with a number of different settings, and I would like the option of having someone in a corporate setting having the option of configuring the settings via a configuration profile like what Apple provides for their own apps using iPhone Configuration Utility. What are my options here? Thanks for the help,

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

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

发布评论

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

评论(3

久夏青 2024-10-22 00:05:05

不幸的是,不能,您不能使用当前版本的 iPhone 配置实用程序 (3.2) 来配置除操作系统内置的预定义配置设置之外的任何内容(例如 VPN、WiFi、ActiveSync 等...)

您可以让您的应用程序调用进入中央服务器(当它运行时)并输入自己的设置。不过,这不包括启用 GPS 位置跟踪或推送通知等内容,因为用户对这些设置拥有最终决定权(当出现提示时)。

Unfortunately no, you can't use the current version of the iPhone Configuration Utility (3.2) to configure anything but the predefined configuration settings built into the OS (things like VPN, WiFi, ActiveSync ect...)

You could have your application call into a central server (when it is run) and punch its own settings. However this won't include things like enabling GPS location tracking or push notifications, since the user gets the final say on these settings (when they are prompted).

我是有多爱你 2024-10-22 00:05:05

如果您指的是主屏幕上的设置应用程序,那就很简单。您所需要的只是一个 plist:

这是实现它的文档。看起来工作量很大,但实际上并非如此。他们只是在文档中添加了很多营销风格的文本:

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

If you mean the settings app on the home screen, it's easy. All you need is a plist:

Here's the documentation for implementing it. It looks like a lot of work, but it's really not. They just have a lot of that marketing style text that they love to put around the documentation:

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

哽咽笑 2024-10-22 00:05:05

您必须将您的设置存储在您自己的服务器上,并让您的应用程序解释它们。 iPCU 仅用于配置 iPhone 内置应用程序。

如果您确实需要以简单的方式配置它们,请在 AppStore 上查看应用程序 iPCU。预先配置电子邮件、VPN、日历等设置,并通过电子邮件将它们发送给您的同事。安装配置文件后,他们的 iOS 设备即可立即供企业使用。

iTunes:
http://itunes.apple.com/us/app/ipcu/id513585146 ?mt=8

You have to store your settings on your own server and let your app interpret them. iPCU is only for configuring iPhone built-in apps.

If you do need configure them in an easy way, checkout the app, iPCU on AppStore. Pre-config settings such as email, vpn, calendars... and send them to your fellow co-workers via an Email. After installing the profile, their iOS devices are ready for the enterprises use right away.

iTunes:
http://itunes.apple.com/us/app/ipcu/id513585146?mt=8

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