Splash screen works on Android but not on iOS #19852
Unanswered
SamuelPimenta1988
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I looked for information on several websites and tried several techniques to make the splash screen work on the iOS emulator but without success.
On info.plist file I added that:
<dict> <key>UIViewControllerBasedStatusBarAppearance</key> <false/> <key>UILaunchImages</key> <array> <dict> <key>UILaunchImageMinimumOSVersion</key> <string>8.0</string> <key>UILaunchImageName</key> <string>splash.svg</string> <key>UILaunchImageOrientation</key> <string>Portrait</string> <key>UILaunchImageSize</key> <string>{320, 480}</string> </dict> <!-- Add more dictionaries for other resolutions --> </array> <key>UILaunchStoryboardName</key> <string>LaunchScreen</string> </dict>
(Not work)
I made this tutorial: https://www.youtube.com/watch?v=xkHNbrpi3ZQ&t=185s
(not work)
This problem is known but I don't know if there is a solution.
Hardware:
Macos Sonoma m1
Visual studio for mac v17.6.8
Dependencies:

net7.0-ios
(Won't let me update)
Beta Was this translation helpful? Give feedback.
All reactions