How does the process work from building an app in the Corona SDK to publishing it to the Apple Appstore? [import]uid: 24111 topic_id: 7857 reply_id: 307857[/import]
Are you familiar with certificates and provisioning profiles? If not it will be a long answer, but if so;
- Write your app
- Build your app
- Create your app’s profile in iTunes connect
- Upload your app using App Loader (Apple’s uploading tool)
- Wait between 5 to 10 days to go into review
- Wait between 1 and 3 days to get reviewed
- If approved, appear on the store within a couple of hours.
Make sense? 
Peach Pellen [import]uid: 10144 topic_id: 7857 reply_id: 27942[/import]
But how does the process work between the corona sdk and xcode? [import]uid: 24111 topic_id: 7857 reply_id: 27945[/import]
Xcode isn’t involved in any way you need to worry about; you have the latest version on your Mac and you have your provisioning profile installed, then Corona will use that when you compile. [import]uid: 10144 topic_id: 7857 reply_id: 28054[/import]
The pass 4 (4. Upload your app using App Loader (Apple’s uploading tool)) change with xcode 4. Organize in xcode 4 make the upload. How this work now? [import]uid: 57791 topic_id: 7857 reply_id: 63369[/import]
Hello everybody,
Im using xcode 4.2.
XCode 4.2 use organize to submit app, not App Loader.
How I can submit an app to review?
Thx
Claudio [import]uid: 57791 topic_id: 7857 reply_id: 63564[/import]
When you build for device using a distribution profile, Corona SDK should offer you to upload the file. If iTunes Connect is set to accept the upload, Corona should launch the App Loader for you. You shouldn’t have to go into Xcode at all.
[import]uid: 19626 topic_id: 7857 reply_id: 63597[/import]
As Rob said you can select “Upload” from Corona when the build is finished OR you can simply click “OK” and then launch Application Loader and upload from there.
You should already have it on your computer and can find it by typing “Application Loader” into Spotlight.
Peach
[import]uid: 52491 topic_id: 7857 reply_id: 63706[/import]