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
95 stars 53 forks source link

I want to upload IPA file to app store connect but dont want to submit for review automatically. #266

Open patelchetan79 opened 2 years ago

patelchetan79 commented 2 years ago

Hi,

I want to upload the IPA file to the app store connect but don't want to submit it for review automatically.

When I try shouldSubmitForReview: false, it is not uploading the IPA file to app store connect. It is just creating the metadata on app store connect.

Here is the the my YML file setup.

steps:

Thanks CHetan

anatolybolshakov commented 2 years ago

Hi @patelchetan79 is the ipaPath exists on your environment? Could you please share logs to take a look? You can send them to my email - v-anbols@microsoft.com

anatolybolshakov commented 2 years ago

Summarizing results per offline investigation - seems like ipa file has been successfully uploaded per logs, and fastlane command was generated properly by pipeline task. There is a --submit_for_review flag which manages this behavior – tasks sets it up if shouldSubmitForReview input is ‘true’, but did not found this flag in the fastlane command. The suggestion is to check if there is a submit_for_review parameter specified in the Fastfile in project (like described in docs) or ask reach out to fastlane support for more info. @patelchetan79 please let us know if you have any other questions.