简体   繁体   English

尝试在受监管的ios设备上静默安装设备可分配的vpp应用程序时,会弹出“允许应用程序和书分配”的弹出窗口

[英]“Allow app and Book Assignment” pop up appears while trying to silently install device assignable vpp app on supervised ios devices

"Allow app and Book Assignment" pop up appears while trying to install device assignable VPP app on supervised ios devices. 尝试在受监督的ios设备上安装设备可分配的VPP应用程序时,会弹出“允许应用程序和书籍分配”弹出窗口。 It happening only for very few customers. 它仅在很少的客户中发生。 After confirming the first message all apps get installed silently. 确认第一条消息后,所有应用程序都将以静默方式安装。 But it re appears while trying to install again. 但是在尝试再次安装时会重新出现。 XML response generated for installing VPP app is given below. 下面给出了用于安装VPP应用程序生成的XML响应。 Apps license assignment is also completed successfully before trying to install on phone. 在尝试在手机上安装之前,App许可分配也已成功完成。 All these devices are with os version greater than 9. 所有这些设备的操作系统版本都大于9。

<?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>Command</key>
    <dict>
        <key>ChangeManagementState</key>
        <string>Managed</string>
        <key>ManagementFlags</key>
        <integer>1</integer>
        <key>Options</key>
        <dict>
            <key>PurchaseMethod</key>
            <integer>1</integer>
        </dict>
        <key>RequestType</key>
        <string>InstallApplication</string>
        <key>iTunesStoreID</key>
        <integer>111111111</integer>
    </dict>
    <key>CommandUUID</key>
    <string>aaaaaaaa-ffff-aaaa-aaaa-editeduuiddd</string>
</dict>
</plist>

I am dealing with MDM development. 我正在处理MDM开发。 Please help me to figure out this odd behavior. 请帮助我找出这种奇怪的行为。

I am testing VPP deployment on supervised devices, I also had this error message. 我正在受监督的设备上测试VPP部署,我也收到此错误消息。 When I turned on the setting "Force license association to device" within XenMobile the application could be deployed without the error message. 当我在XenMobile中打开“强制与设备的许可证关联”设置时,可以部署该应用程序而不会出现错误消息。 Hope this Helps. 希望这可以帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM