OGeek|极客世界-中国程序员成长平台

标题: ios - 登录 iOS 项目 Apple Enterprise 和 Apple Standard Account [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-12 11:31
标题: ios - 登录 iOS 项目 Apple Enterprise 和 Apple Standard Account

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

我添加了显示我的情况的示例图像。

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

提前致谢。

enter image description here



Best Answer-推荐答案


您不能两次注册同一个 bundle ID。我们的团队有 2 个捆绑 ID com.organization.helloworld(应用商店捆绑 ID)和 com.organization.helloworld.beta(企业帐户捆绑 ID)。这很酷,因为它允许应用的两个版本同时在设备上。

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

enter image description here

更多详情 here .

关于ios - 登录 iOS 项目 Apple Enterprise 和 Apple Standard Account,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37615165/






欢迎光临 OGeek|极客世界-中国程序员成长平台 (http://ogeek.cn/) Powered by Discuz! X3.4