- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我最近在 iPhone 上访问了 m.freemyapps.com。该网站要求我安装 .mobileconfig 文件。我做了一些研发,但并没有那么有趣。谁能告诉我 mobileconfig 有什么用??为什么在 m.freemyapps.com 这样的网站中使用它??
最佳答案
This file will contain all the configurations you want for your usersiPhones.The mobileconfig file extension is associated with Apple iPhone or iPod Touch. The mobileconfig files are used to customize various configurations and to switch them, whenever the user needs to or to provide access to certain services.
Configuration of mobile Apple devices such as the iPad and iPhone canbe done using pre-cooked configuration files. These files aregenerated by the iPhone Configuration Utility (iPCU), which spits outan XML file with the extension .mobileconfig. Such a file can then beput up a web site so that users can download it to apply a certainso-called profile, which will be listed in the Settings/General panelon the device.
这些 MobileConfiguration 文件可以包含设备安全策略和限制、VPN 配置信息、Wi-Fi 设置、电子邮件和日历帐户,以及允许 iPhone、iPod touch 和 iPad 与某些企业系统一起工作的身份验证凭据。 mobileconfig 文件也可以加密。
配置实用程序保存 mobileconfig 文件,这些文件可能会发送到附加到用户 iPhone 或 iPod Touch 的电子邮件帐户。之后,用户可以打开邮件中的附件,并提示安装。
MobileConfig 文件如下所示:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple/DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadDisplayName</key>
<string>LDAP Settings</string>
<key>PayloadType</key>
<string>com.apple.ldap.account</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadUUID</key>
<string>6df7a612-ce0a-4b4b-bce2-7b844e3c9df0</string>
<key>PayloadIdentifier</key>
<string>com.example.iPhone.settings.ldap</string>
<key>LDAPAccountDescription</key>
<string>Company Contacts</string>
<key>LDAPAccountHostName</key>
<string>ldap.example.com</string>
<key>LDAPAccountUseSSL</key>
<false />
<key>LDAPAccountUserName</key>
<string>uid=username,dc=example,dc=com</string>
<key>LDAPSearchSettings</key>
<array>
<dict>
<key>LDAPSearchSettingDescription</key>
<string>Company Contacts</string>
<key>LDAPSearchSettingSearchBase</key>
<string></string>
<key>LDAPSearchSettingScope</key>
<string>LDAPSearchSettingScopeSubtree</string>
</dict>
<dict>
<key>LDAPSearchSettingDescription</key>
<string>Sales Departments</string>
<key>LDAPSearchSettingSearchBase</key>
<string>ou=Sales,dc=example,dc=com</string>
<key>LDAPSearchSettingScope</key>
<string>LDAPSearchSettingScopeSubtree</string>
</dict>
</array>
</dict>
<dict>
<key>PayloadDisplayName</key>
<string>Email Settings</string>
<key>PayloadType</key>
<string>com.apple.mail.managed</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadUUID</key>
<string>362e5c11-a332-4dfb-b18b-f6f0aac032fd</string>
<key>PayloadIdentifier</key>
<string>com.example.iPhone.settings.email</string>
<key>EmailAccountDescription</key>
<string>Company E-mail</string>
<key>EmailAccountName</key>
<string>Full Name</string>
<key>EmailAccountType</key>
<string>EmailTypeIMAP</string>
<key>EmailAddress</key>
<string>username@example.com</string>
<key>IncomingMailServerAuthentication</key>
<string>EmailAuthPassword</string>
<key>IncomingMailServerHostName</key>
<string>imap.example.com</string>
<key>IncomingMailServerUseSSL</key>
<true />
<key>IncomingMailServerUsername</key>
<string>username@es2eng.com</string>
<key>OutgoingPasswordSameAsIncomingPassword</key>
<true />
<key>OutgoingMailServerAuthentication</key>
<string>EmailAuthPassword</string>
<key>OutgoingMailServerHostName</key>
<string>smtp.example.com</string>
<key>OutgoingMailServerUseSSL</key>
<true />
<key>OutgoingMailServerUsername</key>
<string>username@example.com</string>
</dict>
</array>
<key>PayloadOrganization</key>
<string>Your Organization's Name</string>
<key>PayloadDisplayName</key>
<string>Organization iPhone Settings</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadUUID</key>
<string>954e6e8b-5489-484c-9b1d-0c9b7bf18e32</string>
<key>PayloadIdentifier</key>
<string>com.example.iPhone.settings</string>
<key>PayloadDescription</key>
<string>Sets up Organization's LDAP directories and email on the iPhone</string>
<key>PayloadType</key>
<string>Configuration</string>
</dict>
</plist>
有时这是配置某些功能的唯一方法,因为设备的界面不允许您这样做。一个很好的例子是使用 TTLS 的 Eduroam 无线网络。
关于iphone - .mobileconfig 文件有什么用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14621284/
我正在努力处理 ios 配置文件。我们需要对公司所有的 iOS 设备应用一些设置。 我使用苹果配置器工具创建了 .mobileconfig 文件。当我尝试通过我们的网络服务器安装配置文件时,配置文件显
我正在编写一个应用程序,以便自动执行将 Apple 移动设备连接到 wifi 网络并将配置文件下载到设备的过程。由于它是自动化的(通过 Native Driver 之类的东西),所有功能都需要由应用程
我已经在相当多的网站上搜索了有关使用 mobileconfig 文件无线配置 iPhone 的任何信息,并停留在某个阶段...:/这是我发现的: http://cryptopath.wordpress
我最近在 iPhone 上访问了 m.freemyapps.com。该网站要求我安装 .mobileconfig 文件。我做了一些研发,但并没有那么有趣。谁能告诉我 mobileconfig 有什么用
我创建了一个 mobileconfig 文件并将其部署到网上商店。要在 iPhone 上安装 mobileconfig 文件,我需要通过邮件发送它,或者用户可以在 iphone safari 上输入网
我已经使用 Apple Configurator 创建了一个 .mobileconfig 文件。当我在 iOS 设备中安装此文件时,它显示“未验证”。 那么,如何验证呢? 最佳答案 使用以下命令在终端
iOS kiosk 模式的解决方案(禁用主页按钮和 iPad 上的多任务手势)真的很棒,最终有可能在 iPad 上实现 kiosk 模式(尽管激活和停用非常复杂)。 Lock-down iPhone/
我正在(在 PHP 脚本中)为 iOS 设备动态生成一个 .mobileconfig 文件,然后通过网络提供它。我使用 application/x-apple-aspen-config 内容类型和内容
我的组织正在创建一个应用程序,它将在移动配置文件中列出某些 wifi 热点,以便用户在范围内时不必为这些 wifi 写密码。我知道这可以使用 .mobileconfig 文件来完成。但我有严重的怀疑。
我使用 iPhone 配置实用程序创建了一个配置文件,并将其放置在服务器上,并将 .mobileconfig 的 MIME 类型启用为 application/x-apple-aspen-config
当我开发网络应用时,我可以设置 ,所以当用户在 ipad 上使用 safari 浏览器创建网络剪辑时,该页面将以全屏模式打开。 我还可以使用下一个元标记将状态栏设置为半透明。 我还可以使用 .mo
我需要将 .mobileconfig 文件作为配置文件安装到 iPhone 中,类似于 AppleConfigurator 的操作方式,但我没有 MAC。我不知道它默认安装到哪里,是否应该包含选项?目
如何让 UIButton 打开 .mobileconfig 文件?我尝试过 UIWebView 但它不起作用,我宁愿不使用 UIWebView。 谢谢 最佳答案 .mobileconfigue 无法被
我需要帮助我的 iPhone 用户配置我的应用程序,他们需要插入非常复杂的 URL。所以我通过设置应用程序提供了此功能。 我还可以给他们 MobileConfig 文件来帮助他们从 Safari 在
谁能告诉我如何使用openssl smime -sign -signer cert.pem -inkey key.pem -certfile ca-bundle.pem -nodetach -outf
我正在尝试编写类似于 http://whatismyudid.com/ 的函数然后获得批准,将返回用户的 UDID 并将其存储到数据库中以供该用户将来引用。 我已经编写了一个 .mobileconfi
我正在尝试安装通过 IPCU 创建的 .mobileconfig 文件。 但是当我单击邮件中附加的 .mobileconfig 文件时。 它发生错误消息为“无效的配置文件”。 什么是问题? 如果证书有
关于 iOS 8 配置文件安装... 我试图弄清楚如何在使用 Apple 指南作为切入点的同时为 VPN 配置文件安装设计最简单的流程,但在不使用 Safari 的情况下找不到任何干净的 VPN 安装
如何在 .mobileconfig 文件中插入 .p12 文件? Apple 配置实用程序当前在将 .p12 文件插入 .mobileconfig(它只是一个 XML 文件)时对它执行一些未知的转换/
通过安装mobileconfig文件( Installing a configuration profile on iPhone - programmatically ) 在 iPhone 桌面上。
我是一名优秀的程序员,十分优秀!