简体   繁体   English

iPhone应用程序将无法从网页安装(企业开发人员)

[英]iPhone app will will not install from webpage (enterprise developer)

This is probably something very simple and I'm missing it - however we have an Enterprise developer license and are looking to release an app in house. 这可能很简单,我很想念它-但是,我们拥有企业开发人员许可证,正在寻求内部发布应用程序。

I have created the .ipa file and the .plist file as well as an index.html file. 我已经创建了.ipa文件和.plist文件以及index.html文件。

I am hosting those on a certed server (https) - so I should be good there, but when I navigate to the site and click on the link I've made nothing happens. 我将它们托管在经过认证的服务器(https)上-因此我应该在那里,但是当我导航到该站点并单击链接时,我什么都没做。

My index.html file contains a link to the .plist file and it looks like this: 我的index.html文件包含指向.plist文件的链接,它看起来像这样:

<a href="itms-services://?action=download-manifest&url=https://54miles.ourorganization.org/54%20Miles.plist" id="text">Version 1.1 of the 54 Miles App</a>

In the plist is the following: 在plist中是以下内容:

                <dict>
                    <key>kind</key>
                    <string>software-package</string>
                    <key>url</key>
                    <string>https://54miles.ourorganization.org/54%20Miles.ipa</string>
                </dict>

The app has a space between 54 and Miles and it seems to be what is hanging me up here. 该应用程序的空间在54到Miles之间,这似乎使我挂在这里。 Not sure the best way to make it happen as my understanding was I just create the .html file with the link to the .plist - once that gets tapped - it asks to install the app. 不确定实现此目标的最佳方法,因为我的理解是,我只是创建了带有.plist链接的.html文件-一旦点击它,它就会要求安装该应用程序。

Are there steps I'm missing? 我缺少步骤吗? Something I should be doing but am not? 我应该做的事情,不是吗?

Ended up using a workaround for now - by utilizing the https of Dropbox. 最终暂时使用一种解决方法-通过使用Dropbox的https。 Still investigating as to why hosting it internally (on https site) won't work, but in the meantime the process I outlined above has worked but using an external server (not ideal!). 仍在调查为什么内部(在https站点上)托管它不起作用,但是与此同时,我上面概述的过程已经奏效,但是使用了外部服务器(不理想!)。

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

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