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 iOS ‘There are no current IOS devices on this team matching the provided device IDs’
I’m developing a .NET MAUI app on Android/iOS and I’ve just started working on the iOS side.
I’m working on Windows in Visual Studio, coupled with a MacBook in order to have access to iOS simulators.
My team is part of the apple developer program and I have admin rights.
.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.
Issue with the key aps-environment when publishing from Visual Studio to Apple Store
I’m trying to publish my MAUI
application to the Apple Store. I did it a few weeks ago. Because in the app I’m using Push Notification, I added in the Entitlement.plis, the key
.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.
Get an altool exited with code 1 when trying to publish on the Apple Store
I have already published a few times my Maui
app to the Apple Store from Visual Studio 2022. After the upgrade to version 17.9.7 of Visual Studio, I can’t deploy and the error I get is
.NET MAUI: The Content page CollectionView items collide with each other
When I try to scroll top to bottom at that time, the CollectionView items collide on the Content page on the iOS platform, but it works fine on the Android platform. Below, I am adding a screenshot of this 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.