菜鸟教程小白 发表于 2022-12-12 16:18:02

ios - 在 Ionic 应用程序中加载 Cloudfront 图像时出错 - iOS 9


                                            <p><p>我正在 Xcode 7 中为 iOS 9 设备编译一个 Ionic (1.1.0) 应用程序。
但是,来自 Cloudfront CDN 的图像没有出现。错误信息是:</p>

<p>NSURLSession/NSURLConnection HTTP 加载失败 (kCFStreamErrorDomainSSL, -9802)</p>

<p>我正在为这些图像发送 URL 的 https 版本。例如 <a href="https://abcxyx.cloudfront.net/" rel="noreferrer noopener nofollow">https://abcxyx.cloudfront.net/</a> ...</p>

<p>我已经尝试过这里的建议:
<a href="https://www.stuartbreckenridge.com/app-transport-security-cloudfront/" rel="noreferrer noopener nofollow">https://www.stuartbreckenridge.com/app-transport-security-cloudfront/</a>
但它不起作用。</p>

<p>作为一个测试,我将 NSAllowsArbitraryLoads 设置为 true 并且确实有效。但是,这当然不是 App Store 接受的生产解决方案。</p>

<p>这是我的 plist 的摘录:</p>

<pre><code>&lt;dict&gt;
&lt;key&gt;.cloudfront.net&lt;/key&gt;
&lt;dict/&gt;
&lt;key&gt;NSIncludesSubdomains&lt;/key&gt;
&lt;true/&gt;
&lt;key&gt;NSExceptionAllowsInsecureHTTPLoads&lt;/key&gt;
&lt;true/&gt;
&lt;key&gt;NSExceptionRequiresForwardSecrecy&lt;/key&gt;
&lt;false/&gt;
&lt;key&gt;NSTemporaryExceptionRequiresForwardSecrecy&lt;/key&gt;
&lt;false/&gt;
</code></pre>

<p></p>

<p>有人看过这个或者有想法吗?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我有一个坏消息要告诉你,我的 friend 。几天前,我遇到了这个问题。不幸的是,没有解决方案。 Apple 已将 Cloudfront 的证书列入黑名单。</p>

<p>因此,您要么使用您提供的解决方案(白名单网址),要么您必须使用不同的图像提供程序/服务器。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 在 Ionic 应用程序中加载 Cloudfront 图像时出错 - iOS 9,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/32699723/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/32699723/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 在 Ionic 应用程序中加载 Cloudfront 图像时出错 - iOS 9