Hi, thanks for taking the time to answer my question/issue.
Does the crash only occur when the app was installed via MDM?
Yeah, it is mostly happening via MDM (I say mostly cause one of our end users claims they have tried downloading from the app store and it crashed too). I forgot to add more details in my original post: we recently added "flavors" (targets) to our app so that we could distribute a "managed" version as a custom app via MDM, while the other flavor is on the app store for general public. Right now, the codebase is the same for both flavors (we still haven't modified the managed app yet) and the "non-managed" version works fine for the users, but the "managed" one keeps crashing when the client tries to open it after downloading via MDM.
Oh, the app (the Flutter ios project per se) was originally built using Objective-C and it's quite an old one. Not sure if this matters, though, but we are going to try migrating it to Swift and see if this changes the end result.
I suggest reproducing the issue, taking a sysdiagnose, and submitting feedback to Apple with the Sysdiagnose attached and a timestamp of when the crash occurred. This will give a lot more information to debug the issue.
Cool. Thank you for the suggestion. We are going to take a sysdiagnose and see if we can find something else that can lead us to a solution to this problem.
Thanks again for the response!