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 .
问题:
回答1:
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.
回答2:
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.
回答3:
Remove all account from testing mail address who's not getting an update and add again they will get a new invite again. They have to accept the request and they need to use the Testflight app in that they will enter a code which they will get in the mail.
回答4:
The invitation column for given build number in empty. That means you have not invited any testers to the new build. Open that build and add users. I think you have to add testers for each build. I faced similar problem but when I added testers to new build all my testers got invitation.
回答5:
Was uploading a few versions successfully to appstore connect for testflight, the new version appears in appstore connect but not on client testflight apps.
Adding ITSAppUsesNonExemptEncryption in info.plist set to NO and reuploading another version solved the issue for me.