Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing compliance in upload date status in new group testflight when i add the build to test how to i solve this

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

like image 512
Hari Narayanan Avatar asked Apr 13 '17 13:04

Hari Narayanan


3 Answers

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

like image 198
godot Avatar answered Oct 20 '22 11:10

godot


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

like image 12
Ketan P Avatar answered Oct 20 '22 10:10

Ketan P


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.

like image 1
user1752054 Avatar answered Oct 20 '22 09:10

user1752054