Exercise 1: Why Internal-Then-External Is a Safer Real TestFlight Order — Possible Solution ================================================================================================= Chapter 5 established that internal testers - up to 100 real members of the actual development team - require no App Review at all and can receive a new build almost immediately, while external testers require a real Beta App Review pass before the very first build ever reaches any of them. That asymmetry is exactly what makes testing internally first the genuinely safer real order. An internal pass catches obvious, real problems fast and cheaply: a build that crashes on launch, a feature that was accidentally left broken, a real regression introduced since the last TestFlight round. Because internal testers are already inside the team, this kind of feedback loop is essentially free - no review wait, no risk of a genuinely broken build reaching anyone outside the organization. If a broken build were instead sent straight to an external group, two real problems would follow. First, real Beta App Review time would be spent reviewing a build that might not even survive first contact with an actual tester, wasting a review cycle that Chapter 5 already described as a genuinely necessary but non-instant step. Second, and more seriously, a real crash or obvious bug reaching genuine external testers - people outside the team, whose trust and patience the app depends on - creates a real, bad first impression that's far harder to walk back than simply catching the same problem internally before it ever reaches them. ANSWER: Testing internally first catches real, obvious problems fast and without cost, since internal testers require no App Review at all - only once a build is confirmed stable is it worth spending a real Beta App Review cycle and risking genuine external testers' own first impression on it, which is exactly why the internal-then-external order is safer than sending an unverified build straight to external testers. WHY THIS WORKS AS AN ANSWER ------------------------------ This connects the real review-requirement asymmetry from Chapter 5 to two concrete, real costs of skipping the internal pass (wasted review cycles and damaged external-tester trust), rather than just restating that internal testing happens first.