fastlane/itc-api-docs

Save uploaded build train

sunboshan opened this issue · 3 comments

Once upload IPA to iTunesConnect, in the UI, you need to click the "+" button, select the build you just uploaded and hit save. I didn't find it in the API, am I missing anything?

image

@sunboshan Sorry, this API is not documented on this repo yet. But it will soon be implemented into spaceship

Thanks @KrauseFx! The only way I find it working is to fetch build train data from https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/apps/[app_id]/trains/, then modify the json and send the post request to https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/apps/version/save/[app_id]

That makes sense 👍