iOS 8 从 iTunesConnect 的审核中删除构建 [英] iOS 8 removing build from review in iTunesConnect

查看:32
本文介绍了iOS 8 从 iTunesConnect 的审核中删除构建的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚向 iTunesConnect 上传了一个新版本,为 iOS 8 版本做准备.应用状态为等待审核".但是,我想拒绝上传的二进制文件并上传一个新的二进制文件.

I just uploaded a new build to the iTunesConnect in preparation for the iOS 8 release. The app status is "Waiting For Review". However, I want to reject the uploaded binary and upload a new one.

根据 Apple 文档(部分:从审查中删除构建)应该有一条消息,其中包含从审查中删除构建的链接.

According to Apple docs (section: Removing a Build from Review) there should be a message with the link to remove a build from review.

预期消息:您只能在您的版本等待审核时编辑所有信息.要提交新版本,您必须从审核中删除此版本."点击从审核中删除此版本"

Expected Message: "You can only edit all information while your version is waiting for review. To submit a new build, you must remove this version from review." Click "remove this version from review"

我的问题是我在 iTunesConnect 中看不到此链接.(快照)

My issue is I don't see this link in iTunesConnect.(Snapshot)

还有其他人面临这个问题吗?

Is anyone else facing this issue?

推荐答案

我遇到了这个问题,等了一天,把所有事情都推迟了,但是从审查中删除版本"仍然没有出现.

I've had the problem and waited up to a day, putting everything behind schedule, but the "remove version from review" still didn't appear.

显然这是 iTunesConnect 服务器端的一个错误,所以我找到了一种强制显示的方法,希望能帮助到其他人.它可能偶尔发生(对我来说是第二次),所以希望这会在未来对其他人有所帮助.

Obviously this is a bug on the iTunesConnect server side, so I found a way to force it to show I hope will help others. It might happen sporadically (second time it has for me), so hopefully this will help others in the future.

首先,重申其他消息,这仅在状态为等待审核"时有效 - 如果您无法上传二进制文件等,它将是由于其他问题,例如更新您的构建版本.

<小时>

要强制显示从审核中删除版本"消息:

这使用了 Chrome 的 开发者工具(同样的前提适用于 firefox 等).

This uses Chrome's developer tools (same premise applies to firefox etc).

  • 在您要拒绝的应用版本的 iTunes 连接页面上,按 F12 打开开发者工具.
  • 选择页面的来源,然后按 CTRL-F 打开查找对话框.
  • 搜索删除版本".
  • 这将显示对话框的封闭 DIV.找到主要的父 DIV,它应该是这样的:

<div class="ng-modal ng-isolate-scope ng-hide" ng-show="show"...

<div class="ng-modal ng-isolate-scope ng-hide" ng-show="show"...

  • 然后是删除/重命名 ng-hide 类的简单问题 - 这将立即弹出对话框!

这篇关于iOS 8 从 iTunesConnect 的审核中删除构建的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆