AppStore提交-如何复制发布配置?

发布于 2024-12-10 03:44:04 字数 404 浏览 0 评论 0原文

我正在尝试通过 XCode 4 提交应用程序。我刚刚注意到,根据 Apple 的此网址:

http://tinyurl.com/3ol2qoj

要准备一个应用程序以提交到 XCode 4 中的应用程序商店,您必须:

  1. 在您的项目中,复制发布构建配置并将副本命名为“AppStore”。
  2. 通过 AppStore 构建配置的应用程序分发配置文件,将代码签名身份构建设置设置为团队的分发代码签名身份。

该页面显示了一张图像(如果我知道如何发布,我会发布该图像),其中突出显示了该项目(而不是目标)。项目的 BuildSettings、代码签名身份在调试和发布条目上方显示一个 AppStore 条目。

我的问题是,复制该发布条目的方法是什么?

I'm in the throes of attempting to submit an app via XCode 4. I've just noticed, per this url from Apple :

http://tinyurl.com/3ol2qoj

that to prepare an app for submission to the app store in XCode 4, you must:

  1. In your project, duplicate the Release build configuration and name the duplicate “AppStore”.
  2. Set the Code Signing Identity build setting to your team’s distribution code signing identity through the application’s distribution provisioning profile for the AppStore build configuration.

The page shows an image (which I'd post if I knew how) which has the project highlighted (not the targets). The BuildSettings, Code Signing Identity for the project shows an AppStore entry above the Debug and Release entries.

My questions is, what is the method for duplicating that release entry?

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

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

发布评论

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

评论(1

双马尾 2024-12-17 03:44:04

您需要转到项目设置(而不是目标应用程序)中的Info选项卡。您将在那里看到配置列表(调试、发布)。单击底部的+,然后复制“发布”配置

You need to go to the Info tab located in the Project settings (not the target apps). You'll see a list of configurations there (Debug, Release). Click on the + at the bottom and then Duplicate "Release" Configuration

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