<aside> <img src="/icons/info-alternate_gray.svg" alt="/icons/info-alternate_gray.svg" width="40px" /> The first thing we need to deploy the app is an organization. Therefore, you should enroll in the Apple Developer Program as an Organization. This lets out team join with a role that allows managing the application.
</aside>
These points are vital, but it’s important to follow Apple’s guidelines document to get the app approved.
From the App Store Connect, we will manage our organization. To add a user, we should go to ‘Users and Access’ and fill out the form with the plus button.
At least one developer in the team should have an Admin role because that will let them manage the certificates and configuration required in the app.A
All the developers in the project should have at least the App Manager role and check the ‘Access to Certificates, Identifiers & Profiles’ and ‘Access to Cloud Managed Distribution Certificate’ because this is required to make app builds and distribution.
TestFlight is the tool to test the app on an iPhone before releasing it.
Once we have it, there are two ways of managing users on TestFlight:
<aside> <img src="/icons/info-alternate_gray.svg" alt="/icons/info-alternate_gray.svg" width="40px" /> Click here for more information.
</aside>
To get a build to test or release, we will use xCode following these steps.