以下是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. CREELINKS平台_处理器CeGpio资源使用说明(CeGpio的配置与使用)

    0x00 CREELINKS平台简介     CREELINKS(创e联)是由大信科技有限公司研发,集合软硬件.操作系统.数据云储存.开发工具于一体,用于物联网产品的设计.研发与生产的平台.    平 ...

  2. Htmlunit使用

    //模拟一个浏览器 WebClient webClient = new WebClient(); //设置webClient的相关参数 webClient.setJavaScriptEnabled(t ...

  3. WP8.1开发中对于XAML中一些语言的学习(1);

    以前在学习WP开发的时候,看到视频中说到程序在创建之初,MainPaige.xaml页面上有一些代码: <Page x:Class="草案.MainPage" xmlns=& ...

  4. Ansible 系列之 Playbooks 剧本 (1)

    一.Playbooks 介绍 1.Playbooks是Ansible的配置,部署和编排语言.它们可以描述您希望远程系统执行的策略,或一般IT流程中的一组步骤. 如果说ansible 模块 是你车间里的 ...

  5. ios的300ms点击延时问题

    一.什么是ios的300ms点击延时问题 ios的移动端页面对点击事件有300ms延时. 二.为什么存在这个问题 这要追溯至 2007 年初.苹果公司在发布首款 iPhone 前夕,遇到一个问题 —— ...

  6. js三大家族offset,scroll,cliennt的区别

    offset偏移(返回的是number类型) offsetLeft:返回盒子距离左边的距离 offsetTop:返回盒子距离顶部的距离 offsetHeight:返回盒子的高度,包括border,pa ...

  7. GCD浅析

    p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Helvetica; color: #000000 } span.s1 { } 1.关于GCD ...

  8. TypeScript设计模式之门面、适配器

    看看用TypeScript怎样实现常见的设计模式,顺便复习一下. 学模式最重要的不是记UML,而是知道什么模式可以解决什么样的问题,在做项目时碰到问题可以想到用哪个模式可以解决,UML忘了可以查,思想 ...

  9. Java Web(十四) 编写MyBookStore项目的总结

    这几天一直没有发博文,原因是在写一个书城的小项目,作为web学习的最后沉淀,接下来就要到框架的学习了. --WH 一.项目介绍 从网上找的一个培训机构的小项目,名称叫做 书城购物网站 吧,其中就是分前 ...

  10. CoreAnimation 开篇

    CoreAnimation 开篇 CoreAnimation系列博客是我对学习CoreAnimation的知识整理,博客排列顺序以及知识讲解存在欠缺望见谅. 博客的编写是在工作之余,尽量保证CoreA ...