Reputation: 6689
I distributed the first build version of my app to internal testers with iTunes Connect and successfully installed on internal tester's devices. Now, I've uploaded the second build via iTunes Connect. My internal testers have received the email that build 2 is available and clicked on the button to view it in TestFlight, but when TestFlight opens only build 1 shows available to install.
Is there something else that I need to do to make build 2 available to testers, or does it just take some time for it to show up in TestFlight even after the testers get the email that it's available?
Upvotes: 37
Views: 69531
Reputation: 8543
Remember, sometimes it's just a Server error. Before trying the other answers, please check Apple's System Status web page.
For example, in my case check the image for the current status.
Upvotes: 1
Reputation: 51
if somebody is still facing this issue, that build is not getting displayed in testflight and xcode showing build successful. Then do check your mail id which is linked with the apple developer account.
Sometimes the issues lies with some missing keys in Info.plist file. So what happen is xcode shows that the build is uploaded but the binary is invalid thats why testflight doesn't show it.
In that case apple sends you a mail in which they specifically tells what is missing in the info.plist file. After adding all the keys everything will work fine.
Upvotes: 3
Reputation: 2735
If it not showing after some time also then it means there is an error. Check your email apple team sends failure reasons
Upvotes: 0
Reputation: 1
upload a new build with the new version and build no. It solved my problem. I was also facing the same issue. My build was showing in testflight but not showing in app-store for submission. So I uploaded a new build with the new version and build number and solved my problem. Xcode -> YourTarget-> General (tab) -> Version / Build.
Upvotes: 0
Reputation: 145
If anyone comes across this issue in 2020, do check if you have added the build for external testing by:
Upvotes: 1
Reputation: 3840
There are a few reasons as of 09/2020:
Upvotes: 1
Reputation: 143
It seems that Apple orders versions by number of digits before the value itself. So 0.62 shows up higher than 0.7, and this affects TestFlight as well.
For us it was a simple fix: label the version with the same number of digits every time!
Upvotes: 1
Reputation: 47
March 2020 solution for me was to both:
Add "App Uses Non-Exempt Encryption" to "NO" in info.plist
Increment the Version, not just the build
Upvotes: 3
Reputation: 822
I had the same issue, which seems to have become quite frequent recently (Feb 2020). See here
Adding App Uses Non-Exempt Encryption = NO
to my app's info.plist, a subsequent upload to iTunes Connect worked and the app appeared in TestFlight. This is a recent bug/change by Apple as prior releases worked with TestFlight after providing the export compliance information in iTunes Connect.
For more information on this entry in the info.plist and export compliance see here.
Upvotes: 5
Reputation: 7810
I had the same issue and I only had to log out from App Store Connect Web application and then log in again. When then went to TestFlight tab the build was there.
Upvotes: 1
Reputation: 559
Remove tester from tester list in itunes and add again. Refresh test flight app on mobile and then you can see the new update.
Upvotes: 0
Reputation: 19
In my case,
It didn't show in TestFlight build until I incremented the app version from 1.0 to 1.1
So try incrementing current version and build.
Upvotes: 0
Reputation: 39
This workflow was the unique that works for me.
iTunesConnect website -> My Apps -> Selected my app -> Opened the TestFlight tab -> clicked on the build number -> Test Details --> Fill what to Test box --> Save
Upvotes: -2
Reputation: 697
I tried everything and non worked, for me the following worked:
TestFlight > App Store Connect Users > Testers Tab
I removed the people in the list and added them again. an email was for the first time sent to them including the "view in testflight" button which is what we want!
before this I had filled out the required forms and questions asked by apple in order to run testflihght.
Upvotes: 7
Reputation: 31
If your latest build still doesn't show on Test Flight, open your email that has received an invitation for testing. Usually, you will receive an invitation from TestFlight.
This email contains an open TestFlight link. I recommend that you login your email on your Mail app. This will automatically open TestFlight and display the latest build.
Upvotes: 3
Reputation: 65988
14-08-2018
This is my workflow
iTunesConnect website -> My Apps -> Selected my app -> Opened the TestFlight tab -> clicked on the build number -> Test Details --> Fill what to Test box --> Save
Upvotes: 2
Reputation: 610
It is because of your build version is lower than one of your previous builds. You can re-upload highest version of your older builds or you can download before waiting from the mobile app (test flight app) with following steps:
Upvotes: 2
Reputation: 71
I encountered the same issue and I went to the iTunesConnect website -> My Apps -> Selected my app -> Opened the TestFlight tab -> clicked on the build number.
After that, in a few seconds the app showed up in the TestFlight app.
Hope it helps.
Upvotes: 7
Reputation: 655
I get this problem al the time as well and for us it is enough to click on the TestFlight tab in itunes connect and the build always appears immediately in TestFlight with a notification
Upvotes: 1
Reputation: 2915
I've found that sometimes I've needed to toggle the 'TestFlight Beta Testing' switch to get everything to work.
UPDATE: iTunesConnect has been updated since the above answer. Now to reset it you should do the following steps:
Hit the 'Select Version to Test' on the right hand side. Select the version you want to test and then hit 'OK'.
Now you should be good to go!
Itunes connect seems to have changed again. The method above is no longer available. One solution us to expire the build, re-upload, and start testing again. To expire a build, select the build being tested (in the test flight section) the click expire in the top right corner. It should look something like this:
This seems to remove the build from TestFlight and you will need to upload a new build. Not optimal, but I can't find another method right now.
Upvotes: 30
Reputation: 2601
This also occurs if you click on the TestFlight tab BEFORE your current version has had a BUILD selected.
Upvotes: 0
Reputation: 1
If anyone is still having the issue where the new update is not going out to your testers, what I did was click on the update I wanted to send out and next to the button that says Expire build I clicked notify testers that refreshed their TestFlight and sent out the new update.
Upvotes: 0
Reputation: 309
I had the same issue. Once I complete the Export Compliance certificate I was able to see the app in TestFlight. There is a high chance that your app may also need to complete it.
In iTunes Connect, go to TestFlight (Tab) > iOS (Sidemenu) > iOS Builds select the latest build and complete the Export Compliance.
On iPhone / iPad - open the TestFlight app > Select your app > Tap into Previous builds - you will be able to see all builds and choose whichever you want to test.
Happy Testing!
Upvotes: 3
Reputation: 4556
Check also if you compiled the app with the right certificate. I got the same issue when uploading a binary compiled with the wrong one (Ad Hoc instead of App Store). App Loader and iTunes didn't complain, but the binary wasn't visible for selection in TestFlight.
Upvotes: 13
Reputation: 1588
I was able to fix this issue by adding the beta-reports-active entitlement. As soon as I added this the next build showed up for in itunes connect.
< key >beta-reports-active< /key >
< false/ >
Upvotes: 0
Reputation: 521
I had the same problem and the toggle answer didn't work. I had to remove myself as an internal tester and then invite myself agin. After entering the redeem code into the TestFlight App it worked like a charm!
Upvotes: 9