Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not Showing update for internal testers in testflight for new build

I have uploaded the new build yesterday , after accepting missing compliance option status of build is 'Testing' but still invitation is not send to internal testers and not even showing any update in testflight app for that build . I have added 4 testers for this build . Please refer screenshot for the same .enter image description here

like image 466
Vivek Avatar asked Feb 11 '20 05:02

Vivek


People also ask

How do I add an internal tester to TestFlight?

To add Internal testers: 1-Navigate back to your app in My Apps, select the TestFlight tab and click Internal Testing on the left-hand side; 2-Now click the (+) sign next to the header Internal Testers; 3-Check the box next to any eligible users who have not already been invited and click Add.

How do I update TestFlight build?

Open your email invitation or tap the public link on your device. When installing via email invitation, tap “View in TestFlight” or “Start testing” then tap “Install” or “Update” for the app you want to test. When installing via public link, tap “Install” or “Update”.

How long does it take for a build to show up in TestFlight?

In regular days, it usually takes 1 - 1 and a half days. Generally first build of your new version takes longer than the following builds especially if there is a major change. All information written is from experience only.


2 Answers

I got this from https://twitter.com/hashtag/testflight

We can fix TestFlightApp new build issue by adding the "App Uses Non-Exempt Encryption" key in Info.plist (in my case set NO)and republishing

https://developer.apple.com/documentation/security/complying_with_encryption_export_regulations

Source: https://twitter.com/Reddybashashaik/status/1227231610434490368

Add ITSAppUsesNonExemptEncryption to your Info.plist


I also noted that it seems like it works to invite users by

  • being in App Store Connect,

  • clicking on your app,

  • choose TestFlight from the menu,

  • then click on your latest build number (possibly folding it out from under Version X.X.X),

  • and then invite users manually under the headline Individual Tester.

like image 193
Rickard Elimää Avatar answered Oct 17 '22 03:10

Rickard Elimää


To fix this issue you have to add new key ITSAppUsesNonExemptEncryption into your info.plist.

See https://forums.developer.apple.com/thread/128878?start=105 for details.

like image 36
Sergio Tskhovrebov Avatar answered Oct 17 '22 02:10

Sergio Tskhovrebov