Must I have the entire application built and completed, before submitting anything? (In other words, can I stand in line as I develop the application)

link|improve this question

4  
Not Programming Related. – Rachel Feb 7 '10 at 13:01
Maybe howtogeek.com could host this question because it is relevant to the subset of the programmer community. – Maxim Veksler Feb 7 '10 at 13:36
App approval only takes a few days now instead of 2 weeks, so don't worry about getting a good spot "in line." – bpapa Feb 7 '10 at 15:09
@bpapa I had an approval go through in 6 hours just after the christmas break, but I've submitted 3 updates since then and it has taken at least a week to approve two of them, the third is still in approval and has been for over a week now. – Jasarien Feb 7 '10 at 15:14
Uh oh, slowing up again!? A week and a half ago I submitted a new app and it took only 2 business days. That would be unfortunate if it goes back to a crawl. – bpapa Feb 7 '10 at 15:34
show 1 more comment
feedback

2 Answers

up vote 1 down vote accepted

No you can't. You can submit the app's info whenever you want but you actually join the approval queue only after you have uploaded your application's binary.

I feel that this question will be deemed not-programming-related, but at least you'll know what you wanted :)

link|improve this answer
feedback

Here's a trick I've used:

  • Make your app so that the content is downloaded from the 'Net. Work on the "shell" of the app (which gets the content over the web) and then submit that. You then have 4-5 days to finish your content while the app is in queue. However, if you don't get the content done by the time Apple reviews it, and you get rejected, then this process might take LONGER than the typical develop-then-submit cycle. HOWEVER, you don't have to finish your content before the review - you just have to make it satisfactory. After that, you can keep updating it without actually changing the binary.

The easiest way to do this is to throw together a binary with a WebKit window, and then edit your content as a website. However, if you're not careful you're likely to get rejected unless you carefully reproduce iOS idioms inside your web content.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.