Wednesday, April 17, 2024
HomeiOS DevelopmentSituation Altering iOS App Icon and Splash Display screen in .NET MAUI...

Situation Altering iOS App Icon and Splash Display screen in .NET MAUI Projec


I am encountering an issue when updating the app icon and splash display for the iOS goal in my .NET MAUI venture. I’ve adopted these steps:

I eliminated the default information named appicon.svg, appiconfg.svg, and splash.svg from the venture. Added customized icons and splash: I changed the deleted information with my very own icon photographs and a splash display picture (see hooked up screenshot).
enter picture description right here
I’ve made modifications to the venture file (.csproj) and Information.plist file. Please see the setting under:

<ItemGroup>
        <!-- App Icon -->
      <MauiIcon Embody="ResourcesAppIcondm.svg" ForegroundFile="ResourcesAppIcondmfg.svg"        Coloration="#113946"/>
        <!-- Splash Display screen -->
      <MauiSplashScreen Embody="ResourcesSplashsplash.svg" Coloration="#113946"         BaseSize="400,600" />
        <!-- Photos -->
        <MauiImage Embody="ResourcesImages*" />
        <MauiImage Replace="ResourcesImagesdotnet_bot.png" Resize="True" BaseSize="300,185" />

        <!-- Customized Fonts -->
        <MauiFont Embody="ResourcesFonts*" />

        <!-- Uncooked Belongings (additionally take away the "ResourcesRaw" prefix) -->
        <MauiAsset Embody="ResourcesRaw**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>
<key>XSAppIconAssets</key>
<string>Belongings.xcassets/dm.appiconset</string>

Regardless of these modifications, the app icon and splash display stay unchanged on the iOS gadget or simulator. In distinction, the Android goal in the identical venture has up to date accurately with my customized icons and splash display.

Could be a lot appreciated for any insights and options.



Supply hyperlink

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments