I have published an app through the testflight website to allow my colleagues to test, and as more and more of them opens the initial email and find time to go through the registration process, testers are trickling in on my testflight team.

However, the process to add them to the test seems a bit convoluted, so I thought I'd verify, and ask, if I'm doing it right, or if I have missed something obvious.

At the moment the whole procedure looks like this:

  1. A colleague opens up the initial email, with the invitation link
  2. He/she then registers the device, and registers for the test
  3. I am informed of this new tester through an email and through the testflight site
  4. I then have to download (or write down/copy) the list of UDID's of all the new testers since last time
  5. I then have to visit the devices part of the Apple Developers site, and upload that file
  6. Edit my provisioning profile to include the new devices
  7. Wait for it to approve, and download the provisioning profile
  8. I drag the provisioning profile into the Xcode provisioning profile organizer
  9. I then go back to MonoDevelop, and ensure it is still pointing to the right profile (I don't know if using MonoDevelop/MonoTouch complicates this process so I didn't want to leave it out, it might be irrelevant for this question)
  10. I rebuild, and republish on testflight
  11. I then visit the testflight website, find the new/updated build, and ensure all my testers are informed of it

I noticed that if I do not update the version, it will "silently" replace the existing build, and reuse the list of testers that have already been informed, so if I just check all the new testers and complete, it'll only inform the new ones.

However, it seems a bit of a work to have to keep downloading and mucking about with the provisioning profile files.

Did I miss something obvious? Is there a way for me to make any part of this easier?

For instance, I noticed that I can create a provisioning profile inside the Xcode organizer, however that dialog box doesn't list any certificates so I can't complete that dialog. If this is a key element, leave a short answer to that effect and I'll instead repost a new question about that.

This question is just: Is the above procedure correct?

link|improve this question

I wasn't entirely sure if this question is right for SO, it might be more suited for the Apple site, but if so, please just leave a comment and I'll migrate it myself. – Lasse V. Karlsen Oct 12 '11 at 21:43
Yes, this is pretty much the process you have to use. The MT aspect doesn't really change anything, although I sometimes have to close and restart MD in order for it to pick up the change in profile. – Jason Oct 12 '11 at 22:02
feedback

2 Answers

up vote 6 down vote accepted

Yes, you need to go thru that manual process to add UDIDs to your profile. There's no way around that, unfortunately.

After you create a new provision you can use xcode to "sync" the new provisions file if you would like. Open it up, go to the Organizer, select "Provisioning Profiles" on the left and press refresh. I honestly do it manually, it's not that much work after all.

link|improve this answer
Refreshing doesn't seem to pick up the new devices. It still essentially says "your iphone, your ipad, and 9 other devices", even if the profile now contains 12 devices (I just added one.) However, if I have to go through all of that regardless download+drag'n'drop isn't that much more work than the refresh button. – Lasse V. Karlsen Oct 12 '11 at 22:36
I've noticed that refresh isn't a reliable way of adding new devices to a profile. The UX for that process is poor, manually importing from the provisioning portal is best. – Anuj Oct 16 '11 at 21:57
@Anuj that has been my experience as well. The only way I can make it work is to delete all profiles and then sync again. Still, I prefer to simply download the new provision and install it directly. – Eduardo Scoz Oct 17 '11 at 14:35
All always use the refresh button in xcode. One thing that's annoying is, that you don't see any progress indicator while the refresh is running. Just wait a little and you see your old profiles disappear and the new showing up. – Tim Büthe Mar 14 at 22:00
feedback

I've done quite a bit of work for Ad-Hoc applications on iOS and that's the procedure Apple makes you take unless you bump your subscription up to the Enterprise account.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.