Submit for grayed out view button - Xcode 6

I am trying to submit my first iOS 8 app and I am moving to the new Apple iTunes connection procedure. I upload my binary, fill in all the details and upload all screenshots. Then I click the submit button to view and I see this screen with 2 options. Whatever I choose, the submit button remains grayed out.

enter image description here

+3


source to share


6 answers


Apple made an HTML coding error on this page. In particular, they forgot to quote on one of the tags, which makes the HTML invalid. Using FireFox, you can change the HTML and then submit the work. I submitted the app right now and it's "Pending Review"!

In the export match tag, they are missing the quote (") after the" section "in the tag. If you add this (") in the Inspector on FireFox (or using similar methods in other browsers to change the HTML you are looking at) the export match issue will show and then you can reply to it and submit your application.



OR you could wait until tomorrow and Apple will probably fix its HTML encoding error.

+9


source


Removed only one "ng-hide" tag to include a third export match question and a submit button was added.



+1


source


Finally I got a solution for this. Last night I also tried to upload the assembly to the App Store. I left the window dormant for 2 hours after loading the assembly and a button appeared. This seems to be a bug or feature in the new boot system.

+1


source


Are you trying this through Chrome? Try Safari and you should get three options and a submit button is available when all three are checked.

0


source


This is also a bug of the Apple interface. (Wow, Apple) I can't reach the page, so I can only go into detail about how I can go through it and send: I opened the Chrome inspector on the page to look at the HTML, looked for the string "cryptography" because about this a really hidden question. I removed the "ng-hide" class from some of the tags and finally there was a question about cryptography. (For some reason "Is your app sold in the French App Store?"). I haven't tested and the submit button was enabled.

0


source


We may have caught Apple in the middle of a rollout. Looks like they added a new question to this page for "Export Compliance". Anyway, it looks like they've now fixed the submit button.

0


source







All Articles