I built and submitted a react-native app using expo eas build -p ios --auto-submit
and the app was sent to Apple for submission.
I received an email back 5 minutes later that reads:
Dear Developer,
We identified one or more issues with a recent delivery for your app, "react-chipsapp" 0.1.2 (0.1.2). Please correct the following issues, then upload again.
ITMS-90748: ${message}
Best regards,
The App Store Team
The ${message}
looks like a template placeholder that isn't populated and thus there is no information indicating what might be wrong.
I google searched for the specific error code and could not find anything.
What does this code mean and why is my app submission failing?