Blazor MAUI blank screen on iOS

The Blazor Engineer 0 Reputation points
2023-03-11T21:32:28.0133333+00:00

I have a Blazor Hybrid MAUI App that works great on Android. However, when I compile my code (both from VS and from dotnet publish in Azure Pipeline) to iOS the app just shows my splash screen and then shows a blank white screen (both on Simulator and on physical iPhone) and nothing more happens.

I tried creating a Hello World / Empty project from the VS templates and that works to deploy, it shows the app correctly. Which makes me think the problem is somehow with my app but I just can't figure out what it is and I don't get any information from the simulator what could be wrong while debugging.

Would really appreciate some guidance/help of what could be wrong and what I am missing. Like mentioned, the code works perfect to compile to Android and there it loads without any problem. I don't see a big difference from my app and the Hello World app more than the fact that I am having a RCR as a reference.

Appreciate any help!

Thank you

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,402 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,400 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,910 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,291 questions
{count} votes