Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

There are split opinions and contradictory information about TestFlight.

Some sources say you need to go through the old AdHoc Distribution Process and TestFlight only collects UDIDs for you and then helps you spread your AdHoc Build. The same thing you could do with Email.

Other sources say:

Testflight allows you to simplify this process immensely. You just build a normal debug IPA and then put it on TestFlight. They have their own global provisioning profile the users install and run the app with. It's as seamless as mass testing on iPhone can be (Granted, that's not a high bar).

What's the truth? Do I need to mess with AdHoc and UDIDs myself, or is this part done by TestFlight? Do I need to make a normal Debug Build just as if I was building to test on my device, like the quote claims above?

According to this tutorial I do have to mess with the UDIDs myself. No mention of any fancy global Enterprise Profile of TestFlight. Limited to 100 devices.

How does it really work? And what's with that Enterprise signing myth? Can someone debunk that?

share|improve this question

2 Answers

up vote 2 down vote accepted

You have to mess with UDIDs.

In fact, TestFlight just reads the provisionning profile attached to the ipa you sent. Authorized devices are knwon thanks to that provisionning profile.

I usually use AdHoc profiles, but it should also work with development profiles.

share|improve this answer
What's the difference between using AdHoc profiles and development profiles? I assume it is not good to use development profiles because you consume slots in your 100 development devices and you can't remove old ones for a year until you renew your developer account. So really it should be AdHoc, or shouldn't it? – Proud Member Apr 23 '12 at 15:41
Remember that you can create as many provisioning as you want, and each time you can add up to 100 devices. So there is not really any difference between the two. At first, AdHoc provisionings exist because you can install app via iTunes directly with the ipa, and you can't do this with a developer profile. – NSZombie Apr 23 '12 at 15:47
But there is a hard limit of 100 devices in iTunes connect or not? – Proud Member Apr 23 '12 at 15:49
Member center says : "Each Development Provisioning Profile will contain a set of iOS Development Certificates, Unique Device Identifiers and an App ID.". It means, one provisioning matches one app id, and one provisioning can have up to 100 devices. – NSZombie Apr 23 '12 at 15:52
Yes, but there's a total hard limit of 100 devices per year. – Proud Member Apr 24 '12 at 7:24
show 1 more comment

All that matters are that the UDIDs are on the profile that is used in the Archived build. Is it Developer or Distribution? It doesn't care. It does make it easier for you to be able to filter out who gets what build (i.e. only developers can get debugging builds whereas your larger team gets release builds).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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