菜鸟教程小白 发表于 2022-12-11 17:47:37

ios - Ad Hoc iOS 分发配置文件变得无效


                                            <p><p>当配置文件失效时,与该配置文件一起分发的beta版本可以正常使用吗?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>是的,不用担心那些较早分发的版本。
这是一份官方的 Apple 分发指南:</p>

<blockquote>
<p>A provisioning profile appears invalid if it contains a revoked or
expired certificate.</p>
</blockquote>

<p>过期证书:</p>

<blockquote>
<p>Certificate expiration or revocation </p>

<p>For standard developer program
teams (those whose distribution method is the iOS App Store),
expiration or revocation of a code signing certificate does not affect
any apps that were signed with that certificate (this includes
development builds, beta test builds, and live App Store apps). Its
just an indication that the profile must be regenerated/updated to be
associated with a new, valid certificate.</p>
</blockquote>

<p> <a href="https://developer.apple.com/library/content/qa/qa1878/_index.html" rel="noreferrer noopener nofollow">https://developer.apple.com/library/content/qa/qa1878/_index.html</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - Ad Hoc iOS 分发配置文件变得无效,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/39941556/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/39941556/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - Ad Hoc iOS 分发配置文件变得无效