How to run script only if STORE publish succeded. #1733
-
I have integrated appstore/googleplay api.
But there is no information in the documentation how to detect in script if publishing succeeded. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, just to mention here, regarding your question, it has already been addressed in our recent conversation on Intercom. The main problem with this, as you are aware, is time between publishing and the time something appears in the App Store. It could be 10 minutes or more before a new version is available in App Store Connect. So it's not really a reliable solution, but it can be done using cli-tools. With general information about cli tools can bee find here https://github.com/codemagic-ci-cd/cli-tools/tree/master/docs#cli-tools |
Beta Was this translation helpful? Give feedback.
Hello, just to mention here, regarding your question, it has already been addressed in our recent conversation on Intercom. The main problem with this, as you are aware, is time between publishing and the time something appears in the App Store. It could be 10 minutes or more before a new version is available in App Store Connect. So it's not really a reliable solution, but it can be done using cli-tools. With
get-latest-testflight-build-number
commandgeneral information about cli tools can bee find here https://github.com/codemagic-ci-cd/cli-tools/tree/master/docs#cli-tools