问题
I am submitting my first iOS app to the app store and I am having an issue that I do not know how to resolve. Here is a recap of what I have done:
I went to the iOS dev center, created a provisioning and distribution profile (for the app store), and uploaded them to Xcode. Then I went onto iTunes connect and completed the entire application. In itunes Connect, the app status reads as 'ready for upload'. So I go back into Xcode, and do an archive using the profiles I made for this project. I select validation and I get the following error message over and over again: "Applications must be ready for upload on iTunes Connect before they can be validated or submitted from within Xcode." So I double checked that my bundle identifier is correct in my application, and it is. So now what? Can anyone give me a clue as to any newbie mistakes I could have made in this process?
回答1:
It could be many things, are you sure your provisioning profiles are set correctly in the build settings? If things still go wrong, follow these 2 tutorials, good luck :)
Part 1
Part 2
来源:https://stackoverflow.com/questions/14326122/appstore-submission-issue