Testflight issue and automatic export compliance

People are experiencing issues with TestFlight recently, builds are not getting to devices.
Looks like it happens if you need to provide export compliance information on encryption.

However it turns out you can set an Info.plist key to indicate your export compliance in the app itself and you won’t need to answer these questions each time you upload a build.

Indicate that the app is exempt from the export compliance.

        <key>ITSAppUsesNonExemptEncryption</key>
        <false/>
8 Likes

Yes, this is super handy. But, if you use https: I think you still need to file the annual report once you ship (I am less sure whether TestFlight counts as shipping). Apple links to the form.

2 Likes