theblazorengineer
Member
- Joined
- Mar 11, 2023
- Messages
- 9
- Programming Experience
- 10+
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
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