ios itunesconnect 应用程序 - 恢复到以前的版本

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/21899714/
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-08-30 23:31:06  来源:igfitidea点击:

itunesconnect App - Revert to previous version

iosversionapp-store-connect

提问by Cake

I released an update for my App and it was approved. It was approve despite the fact that it included a serious localization bug where most users are getting the wrong language. Is there any way to quickly revert back to the previous version, suspend current downloads of the current version, or anything else that might help aid this issue?

我发布了我的应用程序的更新并获得了批准。尽管它包含一个严重的本地化错误,大多数用户都使用错误的语言,但它还是被批准了。有什么方法可以快速恢复到以前的版本,暂停当前版本的当前下载,或其他可能有助于解决此问题的方法?

I did read the following thread from a couple years ago: Can I revert to my previous version app in iTunes Connect?

几年前我确实阅读了以下主题: 我可以在 iTunes Connect 中恢复到我以前的版本应用程序吗?

I was hoping maybe there is a more painless solution to this now.

我希望现在可能有一个更轻松的解决方案。

Btw, I did thoroughly test the version before it was added as a new version. So, I'm still not entirely sure what's wrong or how to fix it.

顺便说一句,在将其添加为新版本之前,我确实对该版本进行了彻底的测试。所以,我仍然不完全确定出了什么问题或如何解决它。

回答by Imran Ahmed

it is not possible to revert the app version. you should upload the previous version as new version again to fix this. one thing you can do is : "Expediting an App Review" please check the following link. https://developer.apple.com/appstore/contact/?topic=expeditethanks

无法恢复应用程序版本。您应该再次将以前的版本上传为新版本以解决此问题。您可以做的一件事是:“加快应用审核”请查看以下链接。 https://developer.apple.com/appstore/contact/?topic=expedite谢谢

回答by Zakaria Braksa

Here's a snippet from iTunes Connect Help page:

这是来自的片段iTunes Connect Help page

Question: The new version of my app on the App Store has a bug. Can I use a previous version to replace it?

No. You cannot revert to a previous version on the App Store. You must submit a new version.

问题:我在 App Store 上的新版本的应用程序有一个错误。我可以使用以前的版本来替换它吗?

不可以。您不能在 App Store 上恢复到以前的版本。您必须提交新版本。

Source : iTunes Connect FAQ

来源:iTunes Connect 常见问题



Obviously the alternative would be to submit a new build but ask for expedited app review.

显然,另一种选择是提交一个新版本,但要求加快应用程序。

But that means that either your app is event-related or you have a critical bug that you need fixed as soon as possible.

但这意味着要么您的应用程序与事件相关,要么您有一个需要尽快修复的严重错误。

回答by Derek Wade

I had to do this recently. I was able to adjust a previous version archive. I started by copying the archive and opening the copy, then editing the info.plist files, adjusting/incrementing boththe version and build numbers at boththe archive and app package levels. Then uploaded to iTunes, which recognized it as a new version.

我最近不得不这样做。我能够调整以前的版本存档。我开始通过复制存档,并打开副本,然后编辑info.plist中的文件,调整/递增在版本号和编号归档和应用程序包的水平。然后上传到 iTunes,iTunes 将其识别为新版本。

回答by user3434976

I believe that you can prepare for problems by creating a fallback version with a higher version number and submitting it for approval with manual publishing. That should cause it to be quiescent in your store until you choose to fall back, and you publish it.

我相信您可以通过创建具有更高版本号的回退版本并通过手动发布将其提交以供批准来为问题做好准备。这应该会导致它在您的商店中处于静止状态,直到您选择回退并发布它。

I am not certain whether you can then submit improved versions with a lower version number than your fallback version.

我不确定您是否可以提交版本号低于回退版本的改进版本。