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,
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 ...
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:
Then click the Submit Export Compliance Information link in the pop-up window and select No and Start Internal Testing :
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.
Click on the warning icon on Compliance and update it.
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