在一部 iPhone 上安装同一应用程序的开发版本和 iTunes 下载版本

发布于 2024-10-21 19:41:06 字数 214 浏览 0 评论 0原文

我在 App Store 中有一个应用程序。我希望能够在手机上安装应用程序的生产版本,并安装应用程序新版本的调试/测试开发版本。我正在使用 XCode 4,但似乎这是不可能的。我尝试通过在末尾添加一些数字来更改包标识符,但这不起作用。我还在我的 ${PRODUCT_NAME} 中添加了相同的数字,但这也没有帮助。有办法做到这一点吗?我不想在 iOS 配置门户中生成另一个应用程序 ID。

I have an app in the App Store. I would like to be able to have the production version of my app on my phone and install debug/test development builds of newer versions of the app. I am using XCode 4 and it doesn't seem that this is possible. I attempted to change the bundle identifier by adding some numbers at the end and that didn't work. I also added the same numbers to my ${PRODUCT_NAME} but that did not help either. Is there a way to do this? I'd prefer to not generate another App Id in the iOS Provisioning Portal.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ら栖息 2024-10-28 19:41:06

我在 Xcode 3 中通过为不同的标识符设置不同的包名称 ${BUNDLE_NAME} 来完成此操作。加上不同的名称,加上预编译指令。效果很好。生成ID,简单。我通常会制作 3 种风格的构建:开发、发布和企业。

I do it in Xcode 3 by setting different bundle name ${BUNDLE_NAME} for a different identifier. plus different name, plus precompile instructions. Works well. Generate the ID, easy. I routinly produce 3 flavors of a build: development, release, and enterprise.

各自安好 2024-10-28 19:41:06

我在此处找到了一个非常详细的答案。
本文介绍了如何在 Xcode 3 和 Xcode 4 中自动执行应用程序生产和开发版本的不同构建过程。

I found a great detailed answer here.
The article describes how to automate the process of having different builds for production and development versions of an app, both in Xcode 3 and Xcode 4.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文