Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to install previous version on TestFlight

Tags:

testflight

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?

like image 806
user1507485 Avatar asked Jul 06 '12 17:07

user1507485


People also ask

Can I upload lower version to TestFlight?

Show activity on this post. If you upload your builds to TestFlight, you can install older builds for testing. When you open the TestFlight app, you'll see the most recent version and a link to other versions. You can install any available version, but only one version at a time can be installed on a single device.

What happens when you expire a build on TestFlight?

TestFlight will tell you how many days until your current version expires. Once expired, you won't be able to use the Register app until you update to newer early access version or revert to the regular version of the Register app. To update to a newer early access version, open TestFlight and select Update.

Does TestFlight expire?

Every new release in TestFlight expires after 90 days (3 months). This will never be a problem as we're committed to pushing regular updates - generally every month. We recommend enabling TestFlight notifications in your iPhone system settings so that you know whenever there's a new release to enjoy!


2 Answers

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.

like image 166
sohail.hussain.dyn Avatar answered Oct 03 '22 18:10

sohail.hussain.dyn


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.

like image 34
Calrion Avatar answered Oct 03 '22 18:10

Calrion