菜鸟教程小白 发表于 2022-12-12 11:31:45

ios - 登录 iOS 项目 Apple Enterprise 和 Apple Standard Account


                                            <p><p>我正在我的组织中通过 Apple 企业帐户开发和测试 ios 应用程序。但是当我的开发和测试过程结束时,我想通过 Apple Store 发布我们的应用程序。当我尝试使用标准开发者帐户签署此应用程序时,Apple 表示您的应用程序应该具有不同的 bundleID。 </p>

<p>我添加了显示我的情况的示例图像。 </p>

<p>所以我的问题是如何为一个项目同时管理 Apple Enterprise 和 Apple Standart Developer Account。</p>

<p>提前致谢。 </p>

<p> <a href="/image/BDyex.png" rel="noreferrer noopener nofollow"><img src="/image/BDyex.png" alt="enter image description here"/></a> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您不能两次注册同一个 bundleID。我们的团队有 2 个捆绑 ID <code>com.organization.helloworld</code>(应用商店捆绑 ID)和 <code>com.organization.helloworld.beta</code>(企业帐户捆绑 ID)。这很酷,因为它允许应用的两个版本同时在设备上。</p>

<p>这似乎很难管理,但您可以在 XCode 中为不同的配置设置“产品包标识符”。我为我的应用创建了一个“Enterprise_Distribution”配置并覆盖了它的 bundleID。</p>

<p> <a href="/image/U5lLQ.png" rel="noreferrer noopener nofollow"><img src="/image/U5lLQ.png" alt="enter image description here"/></a> </p>

<p>更多详情 <a href="http://nilsou.com/blog/2013/07/29/how-to-have-two-versions-of-the-same-app-on-your-device/" rel="noreferrer noopener nofollow">here</a> .</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 登录 iOS 项目 Apple Enterprise 和 Apple Standard Account,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/37615165/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/37615165/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 登录 iOS 项目 Apple Enterprise 和 Apple Standard Account