Reputation: 1910
In iOS8, apple introduced a tool TestFlight for beta testing. I want to know before TestFlight tool how was beta testing was done ?
Thanks
Upvotes: 2
Views: 10506
Reputation: 890
You had to (and, I think, still can) register a device as beta testing device. This can be done in the developer portal and you need the device's UUID for this. From xcode you can export the app as .ipa file and specify it's for an Ad Hoc Installation. Then you can use iTunes to put the app on the testing device.
Much more cumbersome than using Testflight.
Upvotes: 1
Reputation: 7708
HockeyApp is a very good option..
and for my enterprise apps I was using diawi
Upvotes: 5
Reputation: 3937
TestFlight was originally a service developed by a company which Apple later bought. So TestFlight has been available for a long time, albeit as an external service, not included in iTunes Connect. Through the years there have been several other services offering beta testing capabilities, such as Fabric/Crashlytics or HockeyApp.
Upvotes: 3