Trying to figure out what you would recommend for when our iOS application is submitted to TestFlight how to automatically submit it for review for BETA testing/external testing.
Any help would be greatly appreciated
Trying to figure out what you would recommend for when our iOS application is submitted to TestFlight how to automatically submit it for review for BETA testing/external testing.
Any help would be greatly appreciated
I don’t think there’s a step in the StepLib which does this, and there’s no official API for this either, so you’ll have to use a 3rd party tool, e.g. from a Script step to do it. One such tool can be fastlane pilot: https://docs.fastlane.tools/actions/pilot/
Let us know if you’d have any questions!