IPhone: submitting an application to the AppStore

I want to submit my application to the AppStore. After looking at the docs, I see that I have to go to iTunes Connect and fill out a form to submit my application to the AppStore. If someone has already done this, can you guys share your suggestion? I created a "Distribution" in my Xcode project and zipped my app, I want to upload it to the AppStore as I already have a developer account. ** I also want to know if my build should be built using the "Distribution" configuration and built with a pre-release distribution file? I have three temporary files created this way as the main provisioning profile in the "Provisioning-> Development" section in the portal pre-profiles and the Ad-hoc, AppStore in the "Distribution" tab in the portal.Which one should I use in Xcode and create a download app in the AppStore? Can I use any of the three? ** Can I go to iTunes Connect and fill out the form to download my app? When filling out the form, he asks: "Does your product have encryption?" Why and what does it mean? After further filling in the details, will I be asked to download my Zipped app (myApp.app file)? What is the next process, just give me a quick idea please?Why and what does it mean? After further filling in the details, will I be asked to download my Zipped app (myApp.app file)? What is the next process, just give me a quick idea please?Why and what does it mean? After further filling in the details, will I be asked to download my Zipped app (myApp.app file)? What is the next process, just give me a quick idea please?

Klav /

+2


source to share


3 answers


I also want to know if my assembly needs to be built using the 'Distribution' configuration and Preview file?

Yes. Your assembly must be signed with a distribution profile. And don't forget about the Entitlements.plist file

Can I go to iTunes Connect and fill out the form to download my app?

Yes:)



After further filling in the details, ask me to download my Zipped app (myApp.app file)?

Yes, a screen will appear where you have to upload your zipped binary (as well as the app icon and 512x512 screenshots)

How will this process go from here, just give me a quick idea please?

You will need to fill out some forms - application description, category, prices, stores where your applications are distributed, some questions to evaluate your application (in case it contains "unwanted" content), etc. In any case (IMO) everything is convenient and understandable.

0


source


To upload an app to the app store you have to create it with a distribution profile and that's all you need ... If you don't know what encryption is using then chances are you are not using encryption, so don't check no for what ... after that its pretty straight forward you fill out the information form and submit it for review. If at any stage you do something (like using the wrong provisioning profile) itunes connect will notify you and won't let you proceed, so if you successfully complete the app submission then you're good to go ... there is also an itunes connect the manual you can use here https://itunesconnect.apple.com/docs/iTunesConnect_DeveloperGuide.pdf



0


source


Go here:

http://developer.apple.com/iphone/

To the right of the page is the App Store Resource Center section, and inside of it there are great resources like Preparing your App for Submission , etc.

In addition, the Distribution section of the program portal has several answers to questions such as how to create and pin your submission app and how to properly configure Xcode to build.

Encryption:

The reason it asks you for this information is because there are export laws for certain types of encryption. You know if you are using this in your application. If you answered yes, there are some follow-up questions and it might only block your app in the US app store if your encryption is too high to export. For more information on encryption, your friendly local search engine can do the rest :)

0


source







All Articles