I published the application through the testflight website to allow my colleagues to check, and as more and more of them open their original email address and find time to go through the registration process, testers leak into my testflight team.
However, the process of adding them to the test seems a bit confusing, so I decided to check and ask if I was doing it right, or if I missed something obvious.
At the moment, the whole procedure looks like this:
- A colleague opens an original letter with a link to an invitation
- Then it registers the device and registers for testing
- I was informed about this new test via email and through the testflight website.
- Then I need to download (or write / copy) the UDID list of all new testers from the last time
- Then I need to visit part of the device on the Apple Developers website and download this file
- Edit the provisioning profile to enable new devices.
- Wait for it to approve and upload the preparation profile
- I drag the provisioning profile into the Xcode provisioning profile organizer.
- Then I go back to MonoDevelop and guarantee that it still points to the correct profile (I don’t know if using MonoDevelop / MonoTouch complicates this process, so I didn’t want to leave it, it may not be relevant for this question)
- I rebuild and republish testflight
- Then I visit the testflight website, find a new / updated build and guarantee that all my testers will be informed about this.
I noticed that if I do not update the version, it will "silently" replace the existing assembly and reuse the list of testers that have already been informed, so if I just check all the new testers and finish, we only inform the new ones.
However, it seems that some work should be related to downloading and disabling preparation profile files.
Am I missing something obvious? Is there any way to ease me some of this?
For example, I noticed that I can create a provisioning profile inside the Xcode organizer, however this dialog box does not display any certificates, so I cannot complete this dialog box. If this is a key element, leave a short answer to this effect, and I will instead post a new question about it.
This question is true: Is this procedure correct?
Lasse Vågsæther Karlsen Oct 12 2018-11-12T00: 00Z
source share