I have a .NET MAUI application installed on iPad (9th generation, ios 15.5). Application is .NET MAUI "Hello World" program that is present when a blank maui project is created.
The application does not load and only appears a splash screen for a few seconds. I am unable to view any content in app
I also developed my .NET MAUI app and installed on ipad. This application behaves the same. I can't see any content from app and the splash screen is displayed 26s after lunch. After the 26s application crashed.
Has anyone had similar experiences running a .NET MAUI application on a real iOS device? Both applications I mentioned debugged without problems in the ios simulator on the macBook device.
I am using Visual Studio 2022 preview version 17.4.0 preview 2.0
I am grateful for any answer and advice.
Add this to your Maui .csproj file. I think It can help somebody.
<PropertyGroup Condition="$(TargetFramework.Contains('-ios'))">
<UseInterpreter>true</UseInterpreter>
</PropertyGroup>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With