-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Splash screen does not work on android 12 devices #497
Comments
Oh goodness! Thank you for letting me know! I'll prioritize this bug this week 🙌 |
It seems Google has changed the way splashscreens work in Android 12: |
Hi
Bottom line - we are stuffed unless I am wrong an missing the obvious.. Despite various attempt no help or explanation was given by either xamarin forms team or xamarin android , you might have better luck as you have connections with them.. if you do and you find something different can you post it -blog it etc.. All the apps are now broken!! |
Turns out the fix is a bit easier than the Android docs let on. tl;dr - You don't need to add a new NuGet Package; you don't need to create a new style / theme Create New Icons
Create new
|
@brminnick Let me digest what you did and see if it works for me too :) . Am I trying to piece together what I need todo and usually I work with forms and hardly touch this side of things... |
Good Questions!! Why Use
|
FANTASTIC! thanks for this detail explanation, I will try to put first together a noddy blank form and see if all works and if it does than I will roll it out to the real production apps. I was really stuck on this one - hopefully I get it .... thanks for your time! |
@brminnick wow. Excellent! one more question - I have seen you article (brilliant) - Really needed You say "The splash screen icon should match our app's icon" . Can the splash image icon be different from the app icon and still work? thanks |
Thanks for the kind words!
Technically speaking, yes it'll work. But Android's guidance is for them to match. I don't know if Android is enforcing this. They may fail your app when in review before submitting to the App Store. I'm not sure. |
brilliant thanks! |
Hey,
Just to let you know that if you run the app against an android 12 device/emulator and you will see a blank screen when loading the app. All good on android when <=11
The text was updated successfully, but these errors were encountered: