iphone - How do I compile my app for submission to the app store? -


I have an iPhone app that I have developed and I'm ready to submit it to the app store. I've read the iTunes Connect Developer Guide, but there is nowhere else that specifies how to upload from the app store exactly in an animation uploaded to the app store in Xcode.

Is anyone able to guide me here?

Thank you! Go to your target (look blue is printed) and go to "build settings" Make sure code signing is under "distribution" and the mobile provisioning profile you are using is set to "App Store" By logging in to the portal and under the "Distribution tab" you can see the provisions being checked to make sure "clean", then create the app once in the project folder Navigated and found xxx.app in the folder. Zip this folder (since .app is a folder, its own) and you have done it! You are ready to submit! Just make sure to double the guidelines for submitting because the approval process is really slow (up to 4 days!) So that if you get rejected then you have to wait for the wait.


Comments