Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing export compliance information - iTunes Connect/TestFlight

I play the “Developer” user role in my iTunes Connect team. And I uploaded TestFlight build to the account. Now I can see the build I uploaded under TestFlight tab. But, there’s this warning as follows,

Image 1 here

And after I uploaded the build it gave me this warning without the success message.

Image 2 here

Why am I getting these issues? Do these issues relate to each other? And any idea how to solve these issues?

like image 952
NavodaP Avatar asked Aug 17 '17 11:08

NavodaP


2 Answers

You should add a Boolean to your info.plist "App Uses Non-Exempt Encryption" set to False

<key>ITSAppUsesNonExemptEncryption</key>
<false/> 
like image 83
Kassem Itani Avatar answered Oct 02 '22 08:10

Kassem Itani


As I found myself, for the first issue user role doesn't matter. What you have to there is go inside you build and "Provide Export Compliance Information". There you have to provide security information regarding your app. Once you finished answering the questions you will be able to start internal testing.

like image 40
NavodaP Avatar answered Oct 02 '22 07:10

NavodaP