No builds available In Testflight for internal users

5.9k Views Asked by At

I've uploaded my build to my App Store Connect and it's "Waiting for approval", however, my intention is to test with few internal users. I've got them all in an internal group and they should be able to test even if the app is not reviewed. When i go to invite them it stated there are no builds available and I don't understand why. I'm adding a picture of what my Testflight looks like. Is there anything I have to do? enter image description here

Thank you for any help

4

There are 4 best solutions below

0
On

After the uploaded build was processed, there was an option for me in the app store window to add the build, and after adding it there, it started appearing in test flight as well.

2
On

Following the discussion here, it seems to be a bug on Apple's side that can be worked around by adding the "ITSAppUsesNonExemptEncryption" key to your Info.plist

0
On

@kjyv is correct.

The alternate approach:

Delete all the testers within your internal testers group who is not receiving access to your latest build, then reinvite them.

Give it a few minutes for Apple to propogate the changes and you should receive an invite via TestFlight to the latest build.

1
On

Go to "Info" on your Project Navigator to access the "Information Property List" or info.plist file.

Either find "App Uses Non-Exempt Encryption" or press the plus button to the right of the header "Information Property List".

Begin typing, after hitting the plus button, "App Uses..." and you'll see autocomplete list, choose "App Uses Non-Exempt Encryption" and hit Enter. Then set it to Boolean and NO.

This will answer Apple's annoying government-mandated questions about Encryption when you upload your project to Connect/App Store. Make sure you actually do NOT have added encryption-stuff to your project which violates export laws in your country.

Access this link for more details: https://developer.apple.com/documentation/security/complying_with_encryption_export_regulations

enter image description here