[regression/8.0.0-preview.1.7762] Unable to use a custom splash screen #16843
Labels
area-single-project
Splash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, Resizetizer
fixed-in-8.0.0-rc.1.9171
Look for this fix in 8.0.0-rc.1.9171
i/regression
This issue described a confirmed regression on a currently supported version
platform/iOS 🍎
t/bug
Something isn't working
Milestone
Description
Adding a custom splash screen in the Platforms/iOS folder is not used - even if there are no
<MauiSplashScreen>
items.This is a result of #12677
Previously, if no splash was specified, the app would render incorrectly, so we always make sure that we have a splash. However, we need a way to turn this off if you do want a custom splash.
Steps to Reproduce
<MauiSplashScreen>
itemLink to public reproduction project repository
No need
Version with bug
8.0.0-preview.7.8842
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
7.0.92
Affected platforms
iOS
Affected platform versions
All versions
Did you find any workaround?
Add this to the csproj of the iOS app:
Relevant log output
No response
The text was updated successfully, but these errors were encountered: