xcode 如何在 App Store Connect 中批准新版本

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/51243792/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 10:41:38  来源:igfitidea点击:

How to approve a new version in App store connect

iosxcodeapp-store

提问by Nmaster88

How can i approve a new version in App store connect? I mean, i already have a first version of the mobile app available on apple store, but now i want to publish a new version.

如何在 App Store Connect 中批准新版本?我的意思是,我已经在 Apple Store 上提供了该移动应用程序的第一个版本,但现在我想发布一个新版本。

what i already did was upload it through Xcode -> archive and then in appstoreconnect.apple.com going to TestFlight tag to see there the compilations and it says there are "Missing export compliance" i clicked and said "yes" and "yes" again.

我已经做的是通过 Xcode -> 存档上传它,然后在 appstoreconnect.apple.com 中转到 TestFlight 标签以查看编译,它说有“缺少出口合规性”我点击并说“是”和“是”再次。

Even doing that the the new version it's still not publish but it says its ready to send, what more do i have to do? I can't find the place to do that.

即使这样做,新版本仍然没有发布,但它说它已准备好发送,我还需要做什么?我找不到这样做的地方。

回答by Awais Fayyaz

Your build is uploaded on the test flight but not in the app store. For publishing to app store, follow along

您的构建已在试飞中上传,但未在应用商店中上传。要发布到应用商店,请按照以下步骤操作

You have to make a new version of the app in appstoreconnectmake new version

您必须在 appstoreconnect 中制作新版本的应用程序制作新版本

just click on the plus button and click on iOS

只需单击加号按钮,然后单击 iOS

Enter new version number. you will now prepare this version for publishing

输入新版本号。您现在将准备发布此版本

  • Select the latest build in the build section.
  • Add what's new content in the what's new section
  • Save and submit for review
  • 在构建部分选择最新的构建。
  • 在新内容部分添加新内容
  • 保存并提交审核