Bot
Bot

Reputation: 11855

How to get your iOS app to QA to test

I am familiar with 3rd parties like TestFlight but is there a way through Xcode to distribute your application to your QA department for testing? For example is there an easy way to do a .ipa file so that QA can use iTunes on windows to load the application onto their test device?

Upvotes: 2

Views: 745

Answers (2)

touti
touti

Reputation: 1164

yes ,you can use Apple's Wireless distribution
follow this tutorial.

Upvotes: 4

Paul Cezanne
Paul Cezanne

Reputation: 8741

You want to do AdHoc distribution. This is exactly what TestFlight does, they just make it easier.

Upvotes: 0

Related Questions