Reputation: 261
I want some people install latest version and others install a previous version, so I set the permissions accordingly in hope that user can be automatically directed to the version. However, testFlight always point to latest version and other users will get an error say "You don't have access"... Anyway from device to install a previous version?
Upvotes: 25
Views: 35001
Reputation: 829
Just updating this as TestFlight has changed.
From TestFlight, where it shows your App, touch the app icon or tap anywhere in that row on the left side. That will reveal App Information page.
On the App Information page look for Previous Builds. If you tap that it will show all of your builds and you can pick one.
Happy coding. :-)
Upvotes: 2
Reputation: 1531
Just follow the steps to install previous version.
1 - Go into testflight
2 - Tap on the app for which you want to get the previous version.
3 - After tapping you will see the detail of it and at the bottom you will see the 'Previous Versions' button.
4 - Tap on 'Previous versions.'
5 - A list will be displayed of all the previous version from where you can install any of the previous version.
Upvotes: 63
Reputation: 91
I can able to install the previous versions of builds in TestFlight. We can upgrade and downgrade to any old/new versions seamlessly
Steps to follow,
In TestFlight iOS app
Tap on the app for which you want to get the previous version.
check the screenshots for more clarify
Upvotes: 5
Reputation: 3332
I don't know about splitting versions between testers automatically, but you can download older versions of an app from TestFlight.
On the permissions page for a particular build (from the dashboard, select builds, then select the build of the app you're after—hit the more button next to the latest build to reveal the others) there's a section titled Share this Build that provides a direct download link. If it were me, I'd eschew TestFlight's automatic notifications system in this case and send notifications manually, including the appropriate direct link for each tester. If your delivery system allows it, set the email reply address to be the one found on the feedback page for the build and testers can still send feedback by replying to your (now custom) announcement email.
Upvotes: 13