iOS Mobileconfig for VPN-iOS将不接受代理设置

iOS Mobileconfig for VPN-iOS将不接受代理设置,ios,vpn,Ios,Vpn,我已经手动创建了Mobileconfig,因为我没有带IPCU的Mac。有了这个Mobileconfig,我想配置一个VPN。这真是太好了。直到我有了使用代理的想法 当我添加这些设置时 <dict> <key>PayloadDescription</key> <string>Global HTTP Proxy</string> <key

我已经手动创建了Mobileconfig,因为我没有带IPCU的Mac。有了这个Mobileconfig,我想配置一个VPN。这真是太好了。直到我有了使用代理的想法

当我添加这些设置时

            <dict>
            <key>PayloadDescription</key>
            <string>Global HTTP Proxy</string>
            <key>PayloadDisplayName</key>
            <string>Global HTTP Proxy</string>
            <key>PayloadIdentifier</key>
            <string>com.apple.proxy.http.global.CF237754-A774-4832-A507-E944FB58A670</string>
            <key>PayloadType</key>
            <string>com.apple.proxy.http.global</string>
            <key>PayloadUUID</key>
            <string>CF237754-A774-4832-A507-E944FB58A670</string>
            <key>PayloadVersion</key>
            <integer>1</integer>
            <key>ProxyCaptiveLoginAllowed</key>
            <false/>
            <key>ProxyServer</key>
            <string>xx.xx.xx.xx</string>
            <key>ProxyServerPort</key>
            <integer>3128</integer>
            <key>ProxyType</key>
            <string>Manual</string>
        </dict>

有效负载描述
全局HTTP代理
PayloadDisplayName
全局HTTP代理
有效载荷标识符
com.apple.proxy.http.global.CF237754-A774-4832-A507-E944FB58A670
有效载荷类型
com.apple.proxy.http.global
PayloadUUID
CF237754-A774-4832-A507-E944FB58A670
付费版本
1.
ProxyCaptiveLogin允许
代理服务器
xx.xx.xx.xx
代理服务器端口
3128
ProxyType
手册

iOS抱怨“此配置文件只能安装在受监控的设备上”。你知道我该如何摆脱这种垃圾吗?

正如消息所说,你只能在受监控的设备上安装包含全局HTTP代理的配置文件。将告诉您哪些有效负载仅在受监控设备上受支持。通过使用USB电缆将设备连接到Mac并运行Apple Configurator 2,或将其注册到设备注册程序中并使用MDM对其进行管理,可以对设备进行监控。如果你不能做这两件事中的任何一件,那么你需要从你的个人资料中删除这个有效负载。我投票将这个问题作为离题题来结束,因为它更适合