microsoft / app-store-vsts-extension

Visual Studio Team Services (VSTS) extension for performing continuous delivery to the App Store store from your automated CI builds
Other
93 stars 53 forks source link

Waiting for the build to show up in the build list - this may take a few minutes (check your email for processing issues if this continues) and I noticed that the version uploaded but not submitted to review #261

Closed Mahmoud-Bassuni closed 2 years ago

Mahmoud-Bassuni commented 2 years ago

Note

Waiting for the build to show up in the build list - this may take a few minutes (check your email for processing issues if this continues)

its seem to appstore but I can't make submit to review

anatolybolshakov commented 2 years ago

Hi @Mahmoud-Bassuni this is expected since build submission could take some time to be done - you can use 'shouldSkipWaitingForProcessing' input - to skip waiting for the finishing of this process.

Mahmoud-Bassuni commented 2 years ago

so that mean I will upload build and submit for review incase shouldSkipWaitingForProcessing = true

Mahmoud-Bassuni commented 2 years ago

Actually its worked for me 2 month ago with shouldSkipWaitingForProcessing = false I don't know what happened @anatolybolshakov

anatolybolshakov commented 2 years ago

@Mahmoud-Bassuni time for build processing could vary for because of different factors - for this case I would suggest to reach out to apple support - if you experience some increased delay for the processing on apple side.

Mahmoud-Bassuni commented 2 years ago

actually the build upload on apple and I can't submit for review every time got Waiting for the build to show up in the build list until the pipeline timeout

anatolybolshakov commented 2 years ago

@Mahmoud-Bassuni this issue is not related to the task itself - please reach out to Apple support for further help. If you suspect that there is some issue with fastlane tools which task is using - you can also open an issue https://github.com/fastlane/fastlane for further troubleshooting.

anatolybolshakov commented 2 years ago

Closing it at the moment since it's not related to the issue with task itself - please feel free to ask any further questions.