App crashes in review but works in Simulator

My app crashed for the second time in review but works in simulator.

It crashes on launch in their case and I cannot understand why. Has anyone experienced this before?

This is their response: We were unable to review your app as it crashed on launch. We have attached detailed crash logs to help troubleshoot this issue. Review device details:

  • Device type: iPhone
  • OS version: iOS 16.6

Your app has failed due to your third-party runtime throwing an exception. You should consult with support for React Native to address these crashes.

There are very often crashes that only appear on hardware that don't appear on the simulator. Or crashes that only appear on release builds of hardware that don't appear on debug builds of hardware. To have released something for App Store review when you have not even run it on hardware is a very very risky dangerous thing to do, and now you are discovering why.

Any solution?

App crashes in review but works in Simulator
 
 
Q