In order to avoid the manual export compliance form each time we upload a new version of our apps, I tried to include the ITSAppUsesNonExemptEncryption key in the Info.plist, as described here. (In fact the app uses cordova, but as far as I see, the entry made it correctly into the plist.)
However, we I now try to upload the app, I got:
ERROR ITMS-90592 "Invalid Export Compliance Code. The export compliance key value in the app's Info.plist doesn't match the key value of the app's export compliance documentation. To find the correct value, go to My Apps on App Store Connect."
An unknown error occurred.
Of course, the error description could be less verbose, but I miss the information where to look in App Store Connect for the correct entry.
Any suggestion?
When googling for the error code, I only find different descriptions associated with it.
(As our app uses https, I think we have to set ITSAppUsesNonExemptEncryption to true / YES. And provide the self classification report.)