Leighton
Leighton

Reputation: 6689

Latest iTunes connect build not showing in TestFlight

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

Answers (28)

MGY
MGY

Reputation: 8543

Not Your Fault

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.

  • Even if the testflight doesn't show an issue right now, as you can see there is an issue marked for the App Store Connect Performance.
  • Rarely, I might need to re-send my application.
  • Usually fixes automatically after a while.

Apple System Status

Upvotes: 1

Aurangzeb
Aurangzeb

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

Amit
Amit

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

Rohit Dhiman
Rohit Dhiman

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

user2210411
user2210411

Reputation: 1727

Removing a tester, and re-adding the tester solved my issue.

Upvotes: 0

Faddablack
Faddablack

Reputation: 145

If anyone comes across this issue in 2020, do check if you have added the build for external testing by:

  1. Going to App Store Connect, TestFlight Tab
  2. On the left panel under External Groups -> iPhone Testers go to build and add your latest build. 3 The app will now be available to your testers on TestFlight

Upvotes: 1

leogoesger
leogoesger

Reputation: 3840

There are a few reasons as of 09/2020:

  1. TestFlight > App Store Connect Users, remove all of them, add back in
  2. Check if your app has the right cert
  3. Make sure you accept Itunes Connect Agreement Updates. (This was my issue, the dialog did not pop up)

Upvotes: 1

Dan G
Dan G

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

Tom Moore
Tom Moore

Reputation: 47

March 2020 solution for me was to both:

  1. Add "App Uses Non-Exempt Encryption" to "NO" in info.plist

  2. Increment the Version, not just the build

Upvotes: 3

user3847320
user3847320

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

p.matsinopoulos
p.matsinopoulos

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

Thushara
Thushara

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

Mazen Sa
Mazen Sa

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.

version

Upvotes: 0

Lucas Fonseca
Lucas Fonseca

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

Mehrdad Dehghani
Mehrdad Dehghani

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

Trevin Wisaksana
Trevin Wisaksana

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

Jerome
Jerome

Reputation: 2162

In my case, reloaded the page and found latest version was shown.

Upvotes: 0

Sampath
Sampath

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

Burcu Kutluay
Burcu Kutluay

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:

  • go to test flight mobile app.
  • click on your latest/current app (it will show you the details of the app).
  • click on the "Previous Builds".
  • install your version from here.

Upvotes: 2

Razvan Baraboi
Razvan Baraboi

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

Magnus Ahlin
Magnus Ahlin

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

Jbryson
Jbryson

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:

  1. Select the 'Not Available for Testing' then tap save.

enter image description here

  1. Hit the 'Select Version to Test' on the right hand side. Select the version you want to test and then hit 'OK'.

  2. Finally hit save and then tap the 'Start Testing' button. enter image description here

Now you should be good to go!

2018 UPDATE

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: Expire build

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

WickedW
WickedW

Reputation: 2601

This also occurs if you click on the TestFlight tab BEFORE your current version has had a BUILD selected.

Upvotes: 0

Jean
Jean

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

Nathan5x
Nathan5x

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

Eino Gourdin
Eino Gourdin

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

Derek Lawrence
Derek Lawrence

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

harmeet07
harmeet07

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

Related Questions