After the app is finished, it is time to submit for review. I have heard from my friends that it is difficult to submit updates in xcode6, And then I submitted the update in xcode5.1.1. So I have prepared for it. However, the results still hurt me a lot.
First of all, when writing new features, the problem persists:
When all the new features are written, there is a problem when saving.
I don't know why. Asked a friend who recently submitted an app, he said that it was because the Private URL was not written. He said they were rejected because they didn't write it, all applications to be registered must be written. Well, write it honestly,Privacy PolicyURL. They should know where the privacy of the company's official website is. We cannot find any of them...
Then, save is okay. Start preparing for packaging. The trap is coming !!!
First, the project is written in xcode6, but for the above reasons, we plan to use xcode5.1.1 to submit the update. However, a problem occurs:
1. First, the project encountered a problem in xcode5.1.1.
Framework not found metal for architecture armv7
Google's answer is this link: http://www.appsee.com/blog/dev/xcode-new-link-frameworks-automatically-fix-framework-not-found-metal-for-architecture-armv7
However, this answer did not solve the problem. After that, I searched for a long time. All the solutions I found could not solve the problem, which wasted a lot of time. Finally, I plan to use xcode6 to submit the code.
2. the following problem occurs directly when xcode6 is submitted.
Error description not available
This result is submitted multiple times. I had to go to Google again. Then I found a good answer.
Link: http://stackoverflow.com/questions/26051784/xcode-6-upload-app-with-error-itunes-store-operation-failed-error-description-n
I tried it and finally succeeded. However, on the page submitted by iTunes ctor, I jumped into one of my traps:
3. After uploading the app, go to iTunes ctor for submission. At this time, I clickedSubmit for reviewA prompt message is displayed, indicating that no build exists. The details are missing. I don't know where the problem occurs, so I have to submit it again. This submission uses xcode's own packaging, and the above problem still occurs. Then, Google, someone said it.VPNPassed up, http://www.cocoachina.com/bbs/read.php? Tid = 230648! Let's try it. The result is OK, but there is another problem.
You cannot submit it again...
Yes! Fold it back and find the reason on iTunes connector. Finally, I finally found it. In bulid, I didn't choose to add... I was killed by myself... finally, I chose to submit it and it turned into this:
Finally,Submit for review succeeded... I want to cry... (I am so stupid)
These are some pitfalls for submitting applications using xcode6. The image and text are messy. I hope you will forgive me.
In short, there are still many problemsGoogle, MultipleStackoverflowAnd.
Xcode6 submitted for review