This kind of error is hard to track, indeed ...
I'd try to compare the commit id number of the Acceptance/Production environment with the commit id in which the mobile application (IPA or APK/AAB) was generated.
If is different, it can be the root cause of your error.
In addition, try to build your app using the appstoreDebug flavor (instead of appstoreRelease) and inspect the LogCat to see if you catch any additional error related info.
Hi,
Thanks for the help!
To solve the issue we needed to create a new build. This because the native template was updated.