11

i Get this error when i select the build to add into group testflight. Please tell if any

enter image description here

But in my builds activity its showing on upload date... i am literally confuse about it please tell if any wrong in this... enter image description here

Hari Narayanan
  • 754
  • 1
  • 12
  • 36
  • The answer is here http://stackoverflow.com/questions/35841117/missing-compliance-in-status-when-i-add-built-for-internal-testing-in-test-fligh – Au Ris Apr 14 '17 at 17:18
  • Possible duplicate of [Missing Compliance in Status when i add built for internal testing in Test Flight.How to solve?](https://stackoverflow.com/questions/35841117/missing-compliance-in-status-when-i-add-built-for-internal-testing-in-test-fligh) – Dale Aug 28 '17 at 07:37
  • your answer is here https://stackoverflow.com/questions/35841117/missing-compliance-in-status-when-i-add-built-for-internal-testing-in-test-fligh/46050699#46050699 – Himanshu padia Sep 05 '17 at 08:47

4 Answers4

12

There's another way no need to submit a new build or modify Info.plist if you start Internal Testing ASAP without Uploading new build.

Note : If You will modify Info.plist, you'll never need to deal with this popup again.

You can simply go to the iOS tab at the top left of TestFlight and click the yellow triangle next to the warning to provide this information within iTunes Connect:

Below is the screen shot for the same :

enter image description here

Then click the "Provide Export Compliance Information" link in the popup & Select No And Start Internal Testing :

enter image description here

Ketan P
  • 4,259
  • 3
  • 30
  • 36
  • 1
    Ketan p @user1752054 already says that .. same solution its not an another method... anyway its useful to see these images.. – Hari Narayanan Jun 23 '17 at 10:01
  • @HariNarayanan Thanks for Correcting me.. I see now. – Ketan P Jun 23 '17 at 14:42
  • 1
    Is there another way to access the Export Compliance Information view? When tapping the yellow icon, mine doesn't provide a link. It only reads "This build is missing export compliance information." Could this be because I only have developer access? – bluefox Dec 14 '18 at 19:37
9

Complementary answer for those using React native with expo. To avoid this issue, put in your App.json:

  {
    "expo": {
      ...
      "ios": {
        ...
        "config": {
          "usesNonExemptEncryption": false
        }

      }
    }
  }

See this link in Expo

godot
  • 1,550
  • 16
  • 33
1

Select the iOS tab on the left toolbar >>> click on the missing compliance >>> update it >>> select "Start Internal test". This will change the status to "Ready for Internal Testing" and "Ready to Submit" for external testing.

user1752054
  • 372
  • 4
  • 17
0

Click on the warning icon on Compliance and update it.

Shobhit C
  • 828
  • 10
  • 15