Search code examples
iosapp-store-connecttestflightios-provisioning

How to continue using TestFlight functionality without waiting for App Review


TestFlight is closing due to Apple acquisition and I'm in the process of transferring my beta test groups to iTunes Connect.

I used to upload my new nightly build using the desktop app, select (all) the users, and hit Next, that was it. Dead simple.

I've followed instructions at http://help.testflightapp.com/customer/portal/articles/1800072 and I've imported my contacts to iTC. Now, I want to submit my build, but I'm being told that I need to wait for App Review, which seems ridiculous for testing. I've searched and seen that I can add up to 25 "internal" testers that wouldn't require App Review to access the beta app. 25 users is enough for me, however, as far as I see, it requires me to grant these people access to my apps as it clearly states in the Prerelease/Internal Testers tab of my app:

Internal testers can be added in Users and Roles.

Internal testers are iTunes Connect users with the Admin or Technical role.

I don't want to grant them Admin or Technical role, I just want them to be able to test my nightly builds. It was the case with TestFlightApp. Bottomline: Is there a way to submit builds in realtime and let people test it without granting them access to my iTC apps and without waiting for any kind of App Review, just as in TestFlightApp which is being closed? If not possible, are there any alternatives?


Solution

  • From what I've seen, only your initial release to external testers is submitted for review. Once it's been reviewed any subsequent uploads shouldn't need to be reviewed. I can't be 100% sure about that though, maybe someone can confirm?

    Personally though, I've moved over to use Crashlytics (Now Fabric). It make out to be 'Invite Only' but if you sign up with your email they usually get back to you within a few hours. I actually prefer it to TestFlight and it add's some really neat error catching as part of the same SDK, I'd recommend it.

    There are a few other alternatives I've been looking at. HockeyApp, TestFairy and others. But Crashlytics looks to be the best FREE alternative out there.

    Hope that helps. Dave.