Module: Deliver::App::AppStatus

Defined in:
lib/deliver/app.rb

Overview

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"