ios app在itunesConnect里面的几种状态

原地址:http://blog.csdn.net/dean19900504/article/details/8164734

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在itunesConnect里面的几种状态

时间: 2024-10-06 08:28:27

ios app在itunesConnect里面的几种状态的相关文章

iOS App之间传递数据的几种方式

UIDocumentInteractionController UIActivityViewController Shared Keychain Access Custom URL Scheme Web Service iCloud API UIPasteboard 参考 http://enharmonichq.com/sharing-data-locally-between-ios-apps/ http://stackoverflow.com/questions/9425706/share-d

怎样判断iOS App是通过哪种途径启动的?

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions说明:当应用程序启动时执行,应用程序启动入口.只在应用程序启动时执行一次.application参数用来获取应用程序的状态.变量等,值得注意的是字典参数:(NSDictionary *)launchOptions,该参数存储程序启动的原因.1.若用户直接启动,lauchOptions

iOS App之间常用的五种通信方式及适用场景总结

iOS系统是相对封闭的系统,App各自在各自的沙盒(sandbox)中运行,每个App都只能读取iPhone上iOS系统为该应用程序程序创建的文件夹AppData下的内容,不能随意跨越自己的沙盒去访问别的App沙盒中的内容. 所以iOS 的系统中进行App间通信的方式也比较固定,常见的app间通信方式以及使用场景总结如下. 1.URL Scheme 这个是iOS app通信最常用到的通信方式,App1通过openURL的方法跳转到App2,并且在URL中带上想要的参数,有点类似http的get请

iOS App的几种安全防范

虽然公司的项目目前还不算健壮,安全问题对于大部分小公司来说似乎并没什么必要,不过要攻击的话,我有十足的把握,我们是无法承受冲击的.嘿嘿嘿~不过带着一颗入坑iOS的心思,搜集了一下资料后,还是做了一些尝试. iOS App安全防范总结: 1.防止抓包篡改数据 2.防止反编译 3.阻止动态调试 4.防止二次打包 关键检测:越狱检测 OK,下面是正文开始. 1.防止抓包篡改数据 对于抓包,利用神器charles的操作会在另外的文章单独介绍.如果不懂以下为利用charles抓包.charles抓包教程

IOS开发创建开发证书及发布App应用(九)——等待审核(审核几种状态)

以下是App应用的几种状态,如果看不到英文,建议复制到网站翻译一下就行,意思差不多能明白的 以上整套流程是在2013年写的,可能有些地方已经不太一样了,只是给大家做一下参考,毕竟再怎么改大概流程还是差不多的 Waiting for Upload (Yellow)  Appears when you’ve completed entering your metadata, however, you have not finished uploading your binary or have ch

最新Xcode7.x环境下上架iOS App到AppStore 完整流程

最新Xcode7.x环境下上架iOS App到AppStore 流程  part 1 前言部分 之前App要上架遇到些问题到网上搜上架教程发现都是一些老的版本的教程 ,目前iTunesConnect 都已经迭代好几个版本了和之前的 界面风格还是有很大的差别的,后面自己折腾了好久才终于把自己的App上架,所以一直想写个最新(Xcode7.x~OS X 10.11)的 App上架教程.  本文使用工具为xcode7.2   mac  os系统为10.11 captain 1.官网地址 Apple D

iOS App 上架流程-新版本1.0上架

本文转自:http://ios.jobbole.com/84643/  感谢作者,解决了燃眉之急 题记 麻痹起来嗨!看网上那么多的教程,依然在我心爱的爱屁屁在上架的时候遇到各种 J8 问题,最大的问题就是:Xcode 证书什么的,Provisioning Profile 什么的,Debug 什么的,Production 和Distribution 什么乱 78 糟的都把我搞糊涂了,网上很多教程都是好旧的(虽然思路一样,但是不够详细),所以我打算把我今年已经上架的干货儿(下载地址,介绍地址)的上架

iOS app测试的福音--TestFlight使用说明

Here's What's New: Invite up to 1,000 external testers using just their email address Easy to use TestFlight iOS app available on the App Store No need to keep track of UDIDs or provisioning profiles Beta testing directly inside of iTunes Connect wit

一步步教你上架IOS APP

第一步:下载/创建证书和分配证书 上面这个是证书,如果有的话直接下载即可,没有的话可以点击右上角的加号新建.具体新建内容此处不再讲解. 这是是Provisioning Profiles.这个新建的时候有两种:第一是直接具体到后缀,例如com.xiaoguizi.NotePad.还有一种是com.xiaoguizi.*.这两种区别不用多说,如果是后者,那么你可以用该Profiles多次.只要后缀不一样即可,而前者只能是发布一个. 然后把这两个都下载下来安装即可. 第二步:打开https://itu