简体   繁体   English

某些设备无法下载分发企业(内部)iOS应用程序

[英]Distributing an enterprise (in-house) iOS app can't be downloaded by some devices

The plist file: plist文件:

<?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>items</key>
    <array>
        <dict>
            <key>assets</key>
            <array>
                <dict>
                    <key>kind</key>
                    <string>software-package</string>
                    <key>url</key>
                    <string>https://www.pushyo.com/mylike/MyLike.ipa</string>
                </dict>
            </array>
            <key>metadata</key>
            <dict>
                <key>bundle-identifier</key>
                <string>com.MyLike.CRM</string>
                <key>bundle-version</key>
                <string>1.6.20150226</string>
                <key>kind</key>
                <string>software</string>
                <key>subtitle</key>
                <string>crm</string>
                <key>title</key>
                <string>CRM V1.6.20150226</string>
            </dict>
        </dict>
    </array>
</dict>
</plist>

Most devices can download and install it successfully, but I find my iPhone5(iOS 8.1.3) and an iPad 2(ios 8) can't download it any more. 大多数设备都可以成功下载并安装它,但是我发现我的iPhone5(iOS 8.1.3)和iPad 2(ios 8)无法再下载它。 I've a link on the website: 我在网站上有一个链接:

<a id="download_url" href="itms-services://?action=download-manifest&url=https://www.pushyo.com/mylike/MyLike.plist">

When I click "install" in the alert window, nothing happened on my iPhone5. 当我在警报窗口中单击“安装”时,我的iPhone5没有任何反应。 How to let it be downloaded by all the iPhone and iPad devices? 如何让所有iPhone和iPad设备下载它?

After click install in the alert, go back to your springboard to see if your iDevice downloads the application or not. 单击警报中的“安装”后,返回跳板以查看iDevice是否下载了该应用程序。 I have the same problem with iOS 8.2, it just does not close safari to show installation process but application will be installed after clicking "Install" 我在iOS 8.2中遇到了同样的问题,只是没有关闭Safari以显示安装过程,但是在单击“安装”后将安装应用程序

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

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