5

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?

NavodaP
  • 218
  • 3
  • 18
  • Take a look at this answer, you need to set this flag in your plist... https://stackoverflow.com/questions/35739361/itsappusesnonexemptencryption-export-compliance-while-internal-testing – combinatorial Aug 17 '17 at 21:12
  • The 2nd issue is unrelated to the first. It appears the team id for the build has changed. – combinatorial Aug 17 '17 at 21:29
  • thanks for the feedback! – NavodaP Aug 18 '17 at 04:19
  • the previous build was uploaded with full access, not with the "Developer" user role can it be the reason for the change of team id? – NavodaP Aug 18 '17 at 04:22

2 Answers2

4

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

<key>ITSAppUsesNonExemptEncryption</key>
<false/> 
Kassem Itani
  • 1,057
  • 10
  • 15
3

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.

NavodaP
  • 218
  • 3
  • 18