iOS app crash in release mode

Bhuwan 736 Reputation points
2025-01-06T12:49:26.2766667+00:00

My iOS app crashes after installation on a device through distribution, but it works fine in debug mode. How can I check why my app crashes after installation on an iPhone? I am using the latest .NET 9.0.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,861 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 69,976 Reputation points
    2025-01-13T17:27:47.24+00:00

    it looks like you .net code is throwing an error when it called back by UI framework after a scene transition. You probably need to add more explicit error handling and logging.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.