Skip to main content

iTunes Connect App Statuses

See Apple Managing Your Apps

Table 9-1  iTunes Connect app statuses
Status
Status Name
Description
Editable
../Art/status_yellow.pngPrepare For UploadAppears as the first status for your app. This status means that you should enter or edit metadata, screenshots, pricing, In-App Purchases, Game Center, iAd Network settings, and so on, to prepare your app for upload to the App Store.X
../Art/status_yellow.pngWaiting For UploadAppears when you’ve completed entering your metadata and indicated that you are ready to submit your binary, however, you have not finished uploading your binary through Application Loader. Your app must be Waiting For Upload for you to be able to deliver your binary through Application Loader.X
../Art/status_yellow.pngWaiting For ReviewAppears after you submit a new app or update and before the app is 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. Because it takes time to review binaries, keep in mind that this state does not indicate that your app is currently being reviewed.
While your app is waiting for review, you can:
  • Reject your binary to remove it from the Apple review queue
  • Edit certain app information
X
../Art/status_yellow.pngIn ReviewAppears when Apple is currently reviewing your app before the app is rejected or approved. Note that it takes time to review binaries. We appreciate your patience and ask that you allow sufficient time for the processing of your app.
../Art/status_yellow.pngPending ContractAppears when your app has been reviewed and is ready for sale but your contracts are not yet in effect. You can check the progress of your contracts in the Contracts, Tax & Banking module. See“Managing Contracts, Taxes, and Banking.”
../Art/status_yellow.pngWaiting For Export ComplianceAppears when your CCATS file is in review with Export Compliance.X
../Art/status_yellow.pngUpload ReceivedAppears when your binary has been received through Application Loader but has not yet completed processing into the iTunes Connect system. If your app has been in the Upload Received status for more than 24 hours, you should contact iTunes Connect Support through the iTunes Connect Contact Us module.X
../Art/status_yellow.pngPending Developer ReleaseAppears when your app version has been approved by Apple and you have chosen to set your version release control. Release it to the App Store when you are ready. To release your app to the App Store, click the Release This Version button on the app’s Version Details page within Manage Your Apps.
../Art/status_yellow.pngProcessing for App StoreAppears when your binary is being processed and will be ready for sale within 24 hours.
../Art/status_yellow.pngPending Apple ReleaseAppears when your app version will be held by Apple until the corresponding Apple iOS or OS version is released to the public.
../Art/status_green.pngReady For SaleAppears after the binary has been approved and the app is posted to the App Store. When your app is in this state, you have the option to remove it from the store by going to the “Rights and Pricing” page and removing all App Store territories. See “Removing an App from Sale.”
../Art/status_red.pngRejectedAppears when the binary has not passed review. You receive a communication from App Review in the Resolution Center regarding the reason for the rejection.X
../Art/status_red.pngMetadata RejectedAppears when specific metadata items aside from your binary have not passed review. To resolve the issue, edit the metadata in iTunes Connect and your existing binary is then reused for the review process. You receive a communication from App Review in the Resolution Center regarding the reason for the metadata rejection.X
../Art/status_red.pngRemoved From SaleAppears when your app has been removed from the App Store.
../Art/status_red.pngDeveloper RejectedAppears when you’ve rejected the binary from the review process. Choosing the Developer Rejected status removes your app from the review queue. After you resubmit your binary, the app review process starts over from the beginning.X
../Art/status_red.pngDeveloper Removed From SaleAppears when you’ve removed the app from the App Store. See“Removing an App from Sale” and “Putting an App Back on Sale.”
../Art/status_red.pngInvalid BinaryAppears when your binary has been received through Application Loader but did not meet all requirements for upload. You receive an email detailing the issue with your binary and showing how to resolve it. To resend the resolved binary, go into iTunes Connect and click Ready to Upload Binary again. This action sets your app back to the Waiting For Upload state so that you can resend the binary through Application Loader.X
../Art/status_red.pngMissing ScreenshotAvailable for iOS apps only. 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.
Click the number next to the status to view a list of the territories in which a screenshot is missing.
X

Comments

Most Favorite Posts

Pieceable Viewer

Show your iOS apps on the web inside an interactive flash movie. Pieceable Viewer works with most iPhone applications. If you have a native binary that runs on the iOS Simulator, it should run in Pieceable Viewer. UIKit based applications work best. OpenGL and MapView based content runs but isn't rendered - these will be better supported in a later version. iPad applications will be supported in a later version. Pieceable

Simple Reachability + Blocks

I like this block-based approach much more as opposed to listening for notifications or having a delegate callback on a central Reachability instance. In most uses-cases I have seen so far you are probably just calling a method on the watching view controller and there it helps that the observer block can capture some state. Because of this we don’t need to use the C-level state passing. At the time of this writing the code for DTReachability is now present on the develop branch of DTFoundation, it will be merged into master for the next release. Since it has a dependency on the SystemConfiguration.framework I put it into its own static lib and Cocoapods sub spec to use individually. I am using this in AutoIngest for Mac now, but it should work without modification on iOS just the same. Your feedback is welcome. Cocoanetics

Server-driven UI (SDUI): Meet Zalandos AppCraft and AirBnB Lona

A short WTF: Joe Birch:  SERVER DRIVEN UI, PART 1: THE CONCEPT Zalando seems to follow the SDUI principle as well - defining a common design language and construct the screens on the backend while displaying them natively on the clients. They even go one step further; they implemented a mighty toolset to enable non-technical stakeholders to define their own native app screens Compass: Web tooling to create screens and bind data Beetroot: Backend service that combines the screen layout definition with the data Lapis/Golem: iOS/Android UI render engines Crazy cool! Good job, guys (when you do an open-source release?) To even move faster a Flutter based UI render engine implementation was great! See also AirBnB Lona SDUI approach Building a Visual Language Why Dropbox sunsetted its universal C++ mobile project and AirBnB its React Native implementation

FF Chartwell: Defining pie chart, bar charts and many others via vector font!

  With FF Chartwell you can define Charts via OpenType font, and transform a string, e.g. " 60+ 30 + 10 " into a Pie Chart 60%-30%-10% including color support (not only b/w!) without rendering anything: directly via font without using any images! Check this out: FontBlog FF Chartwell So great!

10 Coolest Keyboard Shortcuts You Never Knew About

Keyboard shortcuts are the lifeblood of many productive Mac users. Not only can keyboard shortcuts make for a nicer user experience and cut down on the time needed to do a task, they can also just be plain cool. Mac OS X has many shortcuts ready and willing to do your bidding, but also has many hidden and unknown shortcuts. That's why we've compiled a list of 10 of the coolest keyboard shortcuts you never knew about. MacLife

Facebook SDK 3.0 Beta for iOS

1. Better user session management: In the past, managing auths, user sessions and tokens was hard. We've spent a lot of time working to make these takes easier for you. This release introduces FBSession, which manages, stores and refreshes user tokens with default behaviors you can override. It uses the block metaphor to notify your app when a user's token changes state. 2. Ready-to-Use Native UI Views: This SDK release includes a variety of pre-built user interface (UI) components for common functions. You can quickly drop them into your apps instead of building each one from scratch or using dialogs. This gives you a fast, native and consistent way to build common features. 3. Modern Objective-C language features support: With Automatic Reference Counting (ARC), you no longer have to spend as much time on memory management. Support for blocks means that it’s now more straightforward to handle sessions and calls to asynchronous Facebook APIs. This, along with inclusion o...

Writing High-Performance Swift Code

Enabling Optimizations Whole Module Optimizations (WMO) Reducing Dynamic Dispatch Dynamic Dispatch Advice: Use 'final' when you know the declaration does not need to be overridden Advice: Use 'private' and 'fileprivate' when declaration does not need to be accessed outside of file Advice: If WMO is enabled, use 'internal' when a declaration does not need to be accessed outside of module Using Container Types Efficiently Advice: Use value types in Array Advice: Use ContiguousArray with reference types when NSArray bridging is unnecessary Advice: Use inplace mutation instead of object-reassignment Wrapping operations Advice: Use wrapping integer arithmetic when you can prove that overflow cannot occur Generics Advice: Put generic declarations in the same module where they are used The cost of large Swift values Advice: Use copy-on-write semantics for large values Unsafe code Advice: Use unmanaged references to avoid reference counting overhead Protocols Ad...