Relative Content

Tag Archive for iosmaui

Indicated icon for MAUI iOS does not appear on iOS device

I am using MAUI to create a multiplatform app. The app runs fine on Windows, Android and iOS.
The problem I am encountering is that while the icon and splash screens show up fine on the Windows and Android devices, I get a generic blue-background .NET icon on the iOS device (iPAD). I have tried PNG and SVG formats, but the generic icon still appears as the splash screen and the application icon.
I am out of ideas of how to get the proper icon show up on the iOS device.

.NET MAUI: The App is breaking on iOS platform

In .NET MAUI app, when we select any pages at that time the app is breaking on iOS platform, but works fine on the Android platform. The app breaking time only shows one exception and no error is related to this issue.

.NET MAUI: The entire UI-Breaking

The entire UI is breaking on the content page, and when I try to go back to the previous page, it also doesn’t work. These issues are only on the iOS platform; it is working fine on the Android platform. Below, I am adding a screenshot of the issue.

.NET MAUI: The light and dark modes are not properly updating on the iOS platform

When I switch the mode from light to dark or dark to light on the Home page, the mode does not properly change on the iOS platform but works fine on the Android platform. That means on the home page, the outer frame is updating based on the mode, but the inner frame is not updating based on the mode. But when I close the app and again open the app, the home page is properly updated based on the mode. Below, I am adding a screenshot of the issues in both modes.