Coder Social home page Coder Social logo

Comments (4)

priitlatt avatar priitlatt commented on June 14, 2024

Hi @definitelyokay, if you pass --testflight flag to publish command, then the uploaded build will be submitted to TestFlight beta app review program to allow external testing. Sadly this submission cannot be done immediately after the initial upload completes. This is because Apple does some pre-processing on their end before uploaded build can be further interacted using the API (or even App Store Connect web interface).
If you are fine with just internal testing in TestFlight, then you can completely omit --testflight option together with --max-build-processing-wait and just do

app-store-connect publish --path build/ios/ipa/*.ipa

as this will upload the ipa to TestFlight too, just without making it available for external testing.

from cli-tools.

priitlatt avatar priitlatt commented on June 14, 2024

To add to the previous comment, it looks from the screenshot that everything is in fact correct - uploaded build is discovered in PROCESSING state, and since hard limit to max processing duration is set to 0 minutes, all further actions are terminated as the allowed timespan to wait until processing completes (and futher operations can be done) runs out.

from cli-tools.

definitelyokay avatar definitelyokay commented on June 14, 2024

Sadly this submission cannot be done immediately after the initial upload completes.

@priitlatt Ah, okay! Didn't put that together for some reason.

If you are fine with just internal testing in TestFlight, then you can completely omit --testflight option together with --max-build-processing-wait and just do

Sounds like my use case — perfect!

Feel free to close, sounds like user error!

since hard limit to max processing duration is set to 0 minutes, all further actions are terminated

I guess I didn't realize that testflight submission had to wait, but that makes sense. Thank you for pointing that out.

from cli-tools.

priitlatt avatar priitlatt commented on June 14, 2024

Thanks for a quick reply. I'll close this issue for now.

from cli-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.