不能在MDM进行应用程序的安装 [英] Installation of an application cannot be performed in MDM

查看:1025
本文介绍了不能在MDM进行应用程序的安装的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是MDM使用的APN。
的应用程序的添加和删除被允许在组合物中分布。
iOS5的iPhone的使用。
它并不成功,尽管iTunesStore中的免费的应用程序的安装是通过iOS版的MDM下面的方法进行。
有它在做这个方法错了吗?
请教我正确的方法。

 <?XML版本=1.0编码=UTF-8&GT?;
!< D​​OCTYPE的plist PUBLIC - //苹果电脑// DTD PLIST 1.0 // ENhttp://www.apple.com/DTDs/PropertyList-1.0.dtd>
       < XML版本=1.0编码=UTF-8&GT?;
    <的plist版本=1.0>
       <&字典GT;
          <密钥GT; CommandUUID< /键>
          <串GT; 995761bc0ac0f311452f050a3e4be157ca2dda75< /串>
          <密钥GT;命令< /键>
          <&字典GT;
             <密钥GT;的RequestType< /键>
             <串GT; InstallApplication< /串>
             <密钥GT; iTunesStoreID< /键>
             <&号GT; 338761996< /数字>
             <密钥GT; ManagementFlags< /键>
             <整数GT; 1 LT; /整数GT;
          < /字典>
       < /字典>
    < / plist中>


解决方案

替换数量标记整数

即,

 <?XML版本=1.0编码=UTF-8&GT?;
    !< D​​OCTYPE的plist PUBLIC - //苹果// DTD PLIST 1.0 // ENhttp://www.apple.com/DTDs/PropertyList-1.0.dtd>
    <的plist版本=1.0>
         <&字典GT;
              <密钥GT; CommandUUID< /键>
              <串GT; 4424F929-BDD2-4D44-B518-393C0DABD56A< /串>
              <密钥GT;命令< /键>
                   <&字典GT;
                        <密钥GT;的RequestType< /键>
                        <串GT; InstallApplication< /串>
                        <密钥GT; iTunesStoreID< /键>
                        <整数GT; 464656389< /整数GT;
                        <密钥GT; ManagementFlags< /键>
                        &所述;整数→4&下; /整数GT;
                   < /字典>
         < /字典>
    < / plist中>

这个问题我花了一个星期,直到我不小心的身影了这一点。

It is MDM using APNs. An addition and deletion of an application are permitted in the composition profile. iPhone of iOS5 is used. It does not succeed, although installation of the "free application" of "iTunesStore" is performed by the following method by MDM of iOS. Has it made a mistake in this method? Please teach me the right method.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN""http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <?xml version="1.0" encoding="UTF-8"?>
    <plist version="1.0">
       <dict>
          <key>CommandUUID</key>
          <string>995761bc0ac0f311452f050a3e4be157ca2dda75</string>
          <key>Command</key>
          <dict>
             <key>RequestType</key>
             <string>InstallApplication</string>
             <key>iTunesStoreID</key>
             <number>338761996</number>
             <key>ManagementFlags</key>
             <integer>1</integer>
          </dict>
       </dict>
    </plist>

解决方案

Replace the number tag to integer.

i.e.,

    <?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>CommandUUID</key>
              <string>4424F929-BDD2-4D44-B518-393C0DABD56A</string>
              <key>Command</key>
                   <dict>
                        <key>RequestType</key>
                        <string>InstallApplication</string>
                        <key>iTunesStoreID</key>
                        <integer>464656389</integer>
                        <key>ManagementFlags</key>
                        <integer>4</integer>
                   </dict>
         </dict>
    </plist>

This problem took me a week until I accidentally figure this out.

这篇关于不能在MDM进行应用程序的安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆