App is not displaying in IOS physical device in Debug and Release mode in .net 8 maui

Kalita, Nandini 0 Reputation points
2024-05-15T11:27:33.5+00:00

Hi everyone, I need some help regarding App icon and app not showing in IOS physical device while debugging or in release mode in Visual Studio. The app icon is set properly in both info.plist and .csproj file. Recently we migrated to Dot-Net 8. In .NET 7, its working perfectly fine.

In .csproj

<ItemGroup>

<MauiIcon Include="Resources\AppIcon\appicon.svg" Color="#FFFFFF" BaseSize="128,128" />

</ItemGroup>

In info.plist User's image

Any help can be provided. It will be helpful.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,011 questions
{count} votes