iOS app crash in release mode

Bhuwan 881 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.

Developer technologies | .NET | .NET MAUI
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,766 Reputation points Volunteer Moderator
    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.