由于我没有配备IPCU的Mac,因此我手动创建了Mobileconfig。通过此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>
iOS抱怨“此配置文件只能安装在受监管的设备上”。知道如何摆脱这种垃圾吗?