Apple App Store Submission rejected with code ITMS-90748 and no other information.

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?

We too are getting the same issue. Building and publishing from Codemagic.io

After tireless trials research and builds, i came to fix this ITMS-90748: ${message} issue by aligning my bundleIdentifier with the bundleindentifier on Appstore connect secondly on the i populated the submit seccion of eas.json for react native. For any other framework just change only the bundleIdentifier

https://docs.expo.dev/submit/eas-json/#appleid

FYI there is a duplicate issue on eas-cli github https://github.com/expo/eas-cli/issues/1659

@Justice_Jackie thanks a lot

Apple App Store Submission rejected with code ITMS-90748 and no other information.
 
 
Q