No match in upload date status in new testflight group when I add build to check how to solve this

i Get this error when I select the assembly to add to the group test. Tell me please,

enter image description here

But in my work it builds its flashy upload date ... I am literally confused about this, please tell me if it is wrong about it ... enter image description here

+3


source to share


4 answers


Otherwise, there is no need to submit a new assembly or modify the Info.plist if you start internal ASAP testing without loading a new assembly.

Note. If you change the Info.plist, you don't need to pop up anymore.

You can simply go to the tab iOS

at the top left of the window TestFlight

and click the yellow triangle icon next to the alert to provide this information to iTunes Connect:

Below is a screenshot for it:



enter image description here

Then click the Submit Export Compliance Information link in the pop-up window and select No and Start Internal Testing :

enter image description here

+2


source


Select the iOS tab on the left toolbar β†’> click on the missing match β†’> update it β†’> select "Start internal test". This will change the status to "Ready for internal testing" and "Ready to ship" for external testing.



+1


source


Click on the warning icon on Compliance and update it.

0


source


Complementary answer for anyone using React native with expo. To avoid this problem, enter your App.json:

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

      }
    }
  }

      

See this link at Expo

0


source







All Articles