In iOS 8, Apple released a new tool called TestFlight to streamline Beta testing.You may have heard of this before, because TestFlight has been an independent testing platform for some years. (Recommended study:phpstorm)
However, in February this year, Burstly, the developer of TestFlight, was acquired by Apple, so in the subsequent public releases of Xcode 6 and iOS 8, you will find TestFlight is integrated into iTunes Connect, so you can invite your beta testers via email.
The management method provided by TestFlight is to divide testers into internal members and external members. Theoretically, both types of testers can use your App during the testing phase, but the so-called internal mainly refers to the members of your development team involved in technical development or management on iTunes Connect.
You can invite up to 25 internal members, while external members naturally refer to testers who do not belong to your team or company. The upper limit of external testers is 1,000.
One thing to note here is that before you invite external members to participate in testing, you need to pass Apple's review first. This restriction does not apply to internal members, which means that once you upload your app to iTunes Connect, internal members can start testing without review.
This tutorial defaults to your App being only open to internal members, so we mainly focus on internal testing.
Generally, the following steps need to be completed for Beta testing:
1. Create an App Record on iTunes Connect
2. Update Build Version number
3. Archive and upload App
4. Manage beta testing on iTunes Connect
The above is the detailed content of What is the use of testflight?. For more information, please follow other related articles on the PHP Chinese website!