Michał Śniady
Michał Śniady

Reputation: 159

How do I test the app with Apple Developer Program?

I am working with a team on a mobile application. Everyone would like to use and have this app on their phones. However when I tried to install this app on phones with Xcode I've reached the limit of 5 devices. I wanted to buy an Apple Developer Program account so that I can send this app to other with the help of TestFlight app. Can someone confirm if I understood the information that I found on Apple website correctly:

If someone has better idea how to install application on around 10 devices I will be happy to hear that. If someone has any experience with uploading Flutter app to iOS I will also be happy to hear if there are maybe some tricky parts during this process.

Upvotes: 0

Views: 623

Answers (2)

Paulw11
Paulw11

Reputation: 114975

Your test users don't need to be part of your developer team, but they must have an Apple ID in order to download the TestFlight App from the App Store. The email you send the invitation to doesn't have to be their Apple ID.

If the users are not part of your developer program team then your app will need to go through TestFlight review before it is available to them.

The good news is that TestFlight review is not as thorough as release review since Apple understands the app is still under development. The bad news is that TestFlight review typically takes a few days for a new version vs the typical 12 hour review for an App Store release.

Once you have a version approved for testing, it is best if you can release new TestFlight builds within the same app version. New builds do not require a manual review and can be approved for testing automatically.

If you change the version then another manual review is required.

Upvotes: 1

Göktuğ Vatandaş
Göktuğ Vatandaş

Reputation: 114

You understand correctly. Most of the tricky parts handled by XCode usually but if you encounter any issues don't hesitate to ask.

Upvotes: 1

Related Questions