gpt4 book ai didi

iOS 7.1.1 OTA 分发 - 连接失败

转载 作者:行者123 更新时间:2023-11-28 22:07:30 25 4
gpt4 key购买 nike

我在安装了 iOS 7.1.1 的 iPhone 5c 上通过无线方式分发我的 iOS 应用程序时遇到了问题。我关注了this摆脱证书问题的说明。我的 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>http://192.168.1.156/App.ipa</string>
</dict>
<dict>
<key>kind</key>
<string>display-image</string>
<key>url</key>
<string>http://192.168.1.156/icon.png</string>
</dict>
<dict>
<key>kind</key>
<string>full-size-image</string>
<key>url</key>
<string>http://192.168.1.156/icon@2x.png</string>
</dict>
</array>

<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>de.app.bundle</string>
<key>bundle-version</key>
<string>1.0.0</string>
<key>kind</key>
<string>software</string>
<key>subtitle</key>
<string>for iOS</string>
<key>title</key>
<string>AppTitle</string>
</dict>
</dict>
</array>
</dict>

我在 Windows 7 上通过 nginx 1.7.0 交付 plist,plist 的 mimetype 是 application/xml。

在 iOS 中打开的 itms-services url 如下所示:

<a href="itms-services://?action=download-manifest&url=https://192.168.1.156/install.plist">Install App</a>

当我尝试在 Safari 中打开此链接时,我收到一条消息“连接到 192.168.1.156 失败”。但是我在我的 nginx 访问日志中看不到任何请求。所以我认为我到 plist 的链接或 iOS 本身一定有问题。我尝试对 url 参数的内容进行 url 编码,结果相同。

有人知道出了什么问题吗?

提前谢谢你。

最佳答案

我认为这可能是与 SSL 有关的问题。在您指定的 .plist 文件中

http://192.168.1.156/App.ipa  

在 list url 中它是 https://192.168.1.156/install.plist。因此,您的 ipa 文件所在的网址可能没有有效的 SSL 证书。查看讨论:Enterprise app deployment doesn't work on iOS 7.1

关于iOS 7.1.1 OTA 分发 - 连接失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23603243/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com