以下是App应用的几种状态,如果看不到英文,建议复制到网站翻译一下就行,意思差不多能明白的

以上整套流程是在2013年写的,可能有些地方已经不太一样了,只是给大家做一下参考,毕竟再怎么改大概流程还是差不多的

Waiting for Upload (Yellow) 
Appears when you’ve completed entering your metadata, however, you have
not finished uploading your binary or have chosen to upload your binary
at a later time. Your app must be in the Waiting For Upload state before
you can deliver your binary through Application Loader.

Prepare for Upload (Yellow) 
Appears when you have created a new version, but you have not yet
clicked the Ready to Submit Binary button. This state also indicates
that you can now deliver your binary through Application Loader.

Upload Received (Yellow) 
Appears when your binary has been received through Application
Loader, but is still being processed by the iTunes Connect system.

Invalid Binary (Red) 
Appears when a binary is received through Application Loader, has been
processed, but your binary is invalid.  Examples of an invalid binary
are: your binary icon does not meet our requirements, you have placed
the payload directory at the wrong level in the .app wrapper, you
attempted to use a non-increasing CFBundleVersion, etc.

Missing Screenshot (Red) 
Appears when your app is missing a required screenshot for iPhone and
iPod touch or iPad for your default language app or for your added
localizations. At least one screenshot is required for both iPhone and
iPod touch and for iPad if you are submitting a universal app.

Waiting for Review (Yellow) 
Appears after you submit a new application or update and prior to
the application being reviewed by Apple. This status means that your app
has been added to the app review queue, but has not yet started the
review process.

Waiting For Export Compliance (Yellow) 
Appears when your CCATS is in review with Export Compliance.

In Review (Yellow) 
Appears when we are reviewing your app prior to the application being
approved or rejected. It takes time to review binaries so we appreciate
your patience and ask that you allow sufficient time for the processing
of your application.  When the status of your application is in review,
you have the option to reject the binary you have submitted by clicking
Reject Binary. This will remove your binary from the review queue and
will allow for another update to be submitted. If you reject your
binary, the status of your app will change to Developer Rejected and
when your binary is re-submitted, the review process will start over
from the beginning.

Pending Contract (Yellow) 
Appears when your application has been reviewed and is Ready for Sale
but your contracts are not yet in effect. You may check the progress of
your contracts in iTunes Connect by clicking on the Contracts, Tax &
Banking information module.

Pending Developer Release (Yellow) 
Appears when the version of your app has been approved by Apple and you
have turned on the Version Release Control, but have not yet clicked
Send Version Live. You should also see a pending action symbol on the
version. Your version will remain in this state, and thus will not be
live on the App Store until you click Send Version Live.

Processing for App Store (Yellow)
Appears when the version is being processed to go live on the App Store.
Once the processing is complete, the version state will change to
“Ready for Sale.” This is a temporary state (approx. 1 – 2 hours).

Ready for Sale (Green) 
Appears once your application been approved and posted to the App Store.
When your application is in this status, you have the option to remove
it from the store by going to the Rights and Pricing page and removing
all App Store territories.

Rejected (Red) 
Appears when the binary has been rejected.

Removed from Sale (Red) 
Appears when the binary has been removed from the App Store.

Developer Rejected (Red) 
Appears when youʼve rejected the binary from the review process.
Existing versions of your application on the App Store will not be
affected by self-rejecting binaries in review.

Important: When you self-reject your binary, you lose
your place in the review queue. Your binary will be placed at the end of
the queue when you resubmit.

Developer Removed from Sale (Red) 
Appears when you’ve removed your application from the App Store.

IOS开发创建开发证书及发布App应用(九)——等待审核(审核几种状态)的更多相关文章

  1. apple个人开发者证书无线发布app的实现(转)

    解释一下这标题:apple个人开发者证书无线发布app的实现,也就是说不经过发布到app store,直接在ios设备上安装app,注:ios设备不需要越狱. 之所以有这篇文章的产生,可以看这里: 不 ...

  2. IOS开发创建开发证书及发布App应用(二)——创建证书

    2. 创建证书 证书分为两种,一种是开发者证书,主要是用来真机调试的 另一种就是发布证书,就是用来发布应用的, 最好是两种都要下载,不然编译时候可能报错,我猜想可能苹果怕你没用真机调试 创建证书分为两 ...

  3. IOS开发创建开发证书及发布App应用(四)——创建配置概要文件

    4.创建配置概要文件 继续上一篇所讲,今天写的这个是创建配置概要文件 依然在个人中心创建证书这里, 如果不知道的,可以查看以前写的 配置概要文件也分为两种 1)创建开发配置概要文件 2)创建发布配置概 ...

  4. IOS开发创建开发证书及发布App应用(五)——编译应用

    5.编译应用 最近升级ios7,一直没有时间写,终于搞完了,完成之前没有完成的工作 由于适配ios7,所以Xcode也升级到5了,所以下面截图基本在Xcode5上,以前的版本基本也差不多的 打开项目的 ...

  5. IOS开发创建开发证书及发布App应用(一)——流程说明

    之前在自己做的博客网站上面发布了这个系列的文章,当时还是不错的,帮助了很多跟我一样的新手朋友,不过由于服务器出现问题,丢失了一年了,现在终于找到了,所以发到博客园给大家共享一下,也是为我自己做个参考 ...

  6. IOS开发创建开发证书及发布App应用(三)——创建App ID

    3.创建App ID 继续上一篇所讲,今天写的这个是创建App ID 依然在个人中心创建证书这里, 如果不知道的,可以查看以前写的 点击左边的 Identifiers  下面的App IDs,如下图 ...

  7. IOS开发创建开发证书及发布App应用(八)——使用Application Loader工具上传应用

    8.使用Application Loader工具上传应用 继续第七步在iTunes所创建的应用,打开应用,如下图 点击详情按钮进去之后,单击右上角Ready to Upload Binary按钮,如下 ...

  8. IOS开发创建开发证书及发布App应用(七)——在iTunes创建填写应用基本信息

    7.在iTunes创建填写应用基本信息 依旧打开苹果的开发者网站 https://developer.apple.com/ 点击Member,如下图 (注意,下面的图示是登录之后的) 点击iTunes ...

  9. IOS开发创建开发证书及发布App应用(六)——打包应用

    6.打包应用 如下图,生成之后点击下面红框的按钮,按时间排序,然后点最新的一次生成 从右侧生成日志中找到如下图红框标识的部分,找到 -output ,把下面浅蓝色选中,这是app生成的文件夹路径 点击 ...

随机推荐

  1. 匹配PC和移动端

    方法1: var browser={ versions:function(){ var u = navigator.userAgent, app = navigator.appVersion; ret ...

  2. Spring装配Bean---使用xml配置

    声明Bean Spring配置文件的根元素是<beans>. 在<beans>元素内,你可以放所有的Spring配置信息,包括<bean>元素的声明. 除了Bean ...

  3. NHibernate的常见问题及解决方案

    问题1 : 异常:in expected: <end-of-text> (possibly an invalid or unmapped class name was used in th ...

  4. BZOJ 4089:[Sdoi2015]graft(SDOI 2015 Round 2 Day 2)

    别人家的神选系列,我只会做这道题QAQ 题目描述: 给定一颗树,加上k条边,将n个点染色,相邻两点不同,记颜色为i的又ti个,求$$\frac{\sum_{i=1}^{n} \frac{ti}{i}} ...

  5. BZOJ 3401: [Usaco2009 Mar]Look Up 仰望(离线+平衡树)

    刷银组刷得好开心= = 离线按权值排序,从大到小插入二叉树,查找树中比这个数大的 CODE: #include<cstdio>#include<iostream>#includ ...

  6. 1305 Pairwise Sum and Divide

    1305 Pairwise Sum and Divide 题目来源: HackerRank 基准时间限制:1 秒 空间限制:131072 KB 分值: 5 难度:1级算法题 有这样一段程序,fun会对 ...

  7. 分别用C/C++实现栈

    用C语言的方式实现栈: #include <stdio.h> #include<stdlib.h> #include<assert.h> struct Link { ...

  8. swoole 弹幕系统

    一.服务器分布 1.LVS负载均衡 2.多台danmu server 3.Redis(集群)用于存储数据和夸服务器订阅通知 4.Cli server用于读取缓存数据并存到mysql,以及清空缓存 二. ...

  9. linux 下 zookeeper安装

    1.安装zookeeper-3.4.6cd /usr/soft#解压zookeeper 安装包tar -zvxf zookeeper-3.4.6#拷贝安装包到安装目录cp zookeeper-3.4. ...

  10. KEEP!

    [list][*]别问我前端有没有前途,我不知道,我只知道我现在喜欢前端,以后也应该喜欢.[*]别问我前端的工作好不好找,不管哪一职位,工作好不好找都是看你的水平.[*]别问我前端累不累,这世界就没有 ...