New iTunes connect interface error “You must choose a build”

前端 未结 12 2096
不思量自难忘°
不思量自难忘° 2021-02-01 02:11

When trying to submit my new app to the app store, I noticed Apple has changed its website interface: after updating metadata and keywords and hitting \"submit for review\" I go

12条回答
  •  被撕碎了的回忆
    2021-02-01 02:44

    I had the same issue: The Add link was not visible using Firefox v32. My solution might work for others as well:

    1. Inspect the DOM with your browser developer tools and locate the anchor element in the DOM with the inner text Add.

    2. For this anchor elmenent, remove all classes (text in the element's class attribute, that is), in order to make the element visible in the browser.

    3. Click the add link.

    4. Choose the binary you've (probably) already uploaded.

    5. Click save in the top right corner, then Submit for review.

    Pretty hard core that you have to hack the DOM in order to submit an app!

提交回复
热议问题