How do we debug Maui applications that work in the debugger, but crash on the device?

Viewed 29

I'm stuck. I've got an application that works in Windows, it works on the iOS simulators, but it crashes when I deliver it through Ad Hoc or the AppStore.

I tried to install Application Insights. This works in Windows mode, but doesn't work on the iOS simulated devices.

How do we debug a MAUI application when it runs in debug, but fails on the device?

0 Answers
Related