Hi,
My app was recently rejected from the TestFlight public review based on Guideline 2.1 - Information Needed (I needed to provide login credentials). I followed the instructions in the message from the review team. However, upon completing the steps and sending a response, the app still shows as "Rejected". I was expecting that the app would return to "Waiting for Review" as this is what I have seen in the past when handing rejections form standard App Store listings.
Is this behavior normal? I would like to have some confirmation that the review is still in progress. Thanks
Post
Replies
Boosts
Views
Activity
I am trying to submit an iOS build to internal testing on App Store Connect. The build is uploaded and processed properly. However, when answering the Export Compliance Information question I get "An error has occurred. Try again later.". I have been able to submit this app many times before today. I checked the network logs and the App Store is giving the following error:
{
"errors" : [ {
"id" : "904dede1-5b87-4171-acf0-63d8430b0675",
"status" : "409",
"code" : "ENTITY_ERROR.ATTRIBUTE.INVALID",
"title" : "The provided entity includes an attribute with an invalid value",
"detail" : "You cannot update when the value is already set.",
"source" : {
"pointer" : "/data/attributes/usesNonExemptEncryption"
}
} ]
}
Is anyone else seeing this error today?