Upload Build to iTunesConnect with Release Notes

Currently, in order to publish an assembly TestFlight

to, iTunesConnect

I need to download it, wait for the processing to complete, and add the release notes to the section What to Test

. This is very inefficient because it takes a few minutes to process the assembly before I can add release notes. So my question is, is there a way to download the release notes using an assembly, so the notes can be automatically added in What to Test

before posting?

+3


source to share


2 answers


You can download release notes each time you click an updated build on iTunesConnect if you are using Fastlane .



You cannot do this with Xcode at this time. However, if you prepare your release notes in iTunesConnect

before uploading your build and save your settings, they will be saved for you. This way, you can simultaneously wait for the build to complete during the processing phase when you set up the application profile with release notes. Just remember to save your settings before you select a completed build to add.

+3


source


I don't know what I know. I try to disable the build and then add my notes before activating the build again.



+1


source







All Articles