Search code examples
iosiphonexcodeipadapp-store-connect

itunes connect replace binary when status is "waiting for review"


We found bug after we submit the binary for approval in itunes connect and we upload a new build but we can not figure out how to replace the new build in itunes connect. the status of the build active.

Any of you knows how can replace the binary is for a approval with the new version of the binary?

I found this : How to replace app in itunes connect, while waiting in review?

But it seems to make reference to the old version of itunes connect.


Solution

    1. Create a new build with new version, say your app version is 1.0, you need a new build with 1.0.1 but keep the version same.

    2. Submit the build from xCode and wait for sometime, it takes a while to show up in the iTunes connect

    3. In your app detail page now you should be able to click Build and select the right build version

    I think this is what i did when i had the same scenario. Hope it helps!