Module: Deliver::App::AppStatus
- Defined in:
- lib/deliver/app.rb
Overview
Defines the different states of the app
As specified by Apple: developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/ChangingAppStatus.html
Constant Summary collapse
- PREPARE_FOR_SUBMISSION =
"Prepare for Submission"- WAITING_FOR_REVIEW =
"Waiting For Review"- IN_REVIEW =
"In Review"- UPLOAD_RECEIVED =
"Upload Received"- PENDING_DEVELOPER_RELEASE =
"Pending Developer Release"- PROCESSING_FOR_APP_STORE =
"Processing for App Store"- READY_FOR_SALE =
"Ready for Sale"- REJECTED =
"Rejected"