以下是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. 细说Asp.Net WebAPI消息处理管道

    我们在开发完Asp.Net WebAPI程序后,可以使用WebHost寄宿方式或者SelfHost寄宿方式来部署Asp.Net WebAPI.所谓WebHost寄宿就是通过Asp.Net来实现:所谓S ...

  2. SpringBoot实践 - SpringBoot+mysql

    关于springBoot是个神马东西以及优缺点,请自行搜索了解. LZ看到很多关于SpringBoot的Demo,单看一篇总是没法整合SpringBoot与Mysql.没法子,还是自己操刀来一发为妙. ...

  3. Windows Opengl ES 环境搭建

    环境 OS:win7 专业版SP1 64位 编译器: VS 2013 express 的cl 软件 windows上运行OpenGL ES要用到第三方的头文件,库文件和dll.下载地址 http:// ...

  4. pl/sql 导出oracle表结构

    tools->export tables 是导出表结构还有数据 tools->export user objects是导出表结构   可以用tools->export tables ...

  5. 【转】简单的java缓存实现

    本文转自 http://my.oschina.net/u/866190/blog/188712 提到缓存,不得不提就是缓存算法(淘汰算法),常见算法有LRU.LFU和FIFO等算法,每种算法各有各的优 ...

  6. TCP/IP协议(零)TCP/IP参考模型

    我们先浏览一下TCP/IP的参考模型,对网络模型有一个大致的了解,后续着重学习OSI参考模型. TCP/IP参考模型是计算机网络的祖父ARPANET和其后继的因特网使用的参考模型. 1.结构 TCP/ ...

  7. c#基础语句——循环语句(for、while、foreach)

    循环类型:for.while.foreach 循环四要素:初始条件-->循环条件-->循环体-->状态改变 1.for 格式: for(初始条件:循环条件:状态改变) {循环体(br ...

  8. .Net3月份开发札记

    筛选数据 需求:如果数据库中存在OrderNum相同,且IsDefault不同的记录,那么IsDefault值为0的记录将替换值为1的记录(IsDefault值为1的记录不展示). 由于查出来的数据不 ...

  9. ajax 写登录

    AJAX的全称是Asynchronous JavaScript and XML(异步的 JavaScript 和 XML). ajax的优点: 1.最大的一点是页面无刷新,用户的体验非常好. 2.使用 ...

  10. WeMall的Android app商城中的wemall doraemon代码

    WeMall-Android 包含SMSSDK/WeMall-Client/social_sdk_library_project三个项目以及Api目录下的client.php/update.xml接口 ...