Skip to content
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

Google Play Console - Double splash screen detected on Pixel 7 devices #43

Closed
groaking opened this issue Aug 26, 2024 · 4 comments
Closed
Assignees
Labels
invalid This doesn't seem right minor Good to have, but not quite essential
Milestone

Comments

@groaking
Copy link
Member

Possible solutions:

  • Manually disable/override splash screen API (if enabled by default) on Pixel 7 (Android 13/SDK 33) devices
  • Substitute ScreenSplashScreen with Android's standard splash screen API
@groaking groaking added invalid This doesn't seem right minor Good to have, but not quite essential labels Aug 26, 2024
@groaking groaking self-assigned this Aug 26, 2024
@groaking groaking changed the title Google Play Store - Double splash screen detected on Pixel 7 devices Google Play Console - Double splash screen detected on Pixel 7 devices Aug 26, 2024
@groaking
Copy link
Member Author

groaking commented Sep 2, 2024

This issue also appears on any Android device running Android API 12 or higher.
The Google Play Console app testing review recommends implementing SplashScreen API on Android 12 or higher.

@groaking groaking added this to the v0.6.0-rc milestone Oct 30, 2024
@groaking
Copy link
Member Author

Is probably solved in commit f3c7486

@groaking
Copy link
Member Author

The problem still persists in v0.6.0-rc.5 (32a8d23).
Turns out adding additional components on the splash screen display does not fix the issue.

@groaking groaking reopened this Nov 27, 2024
@groaking groaking pinned this issue Dec 27, 2024
@groaking
Copy link
Member Author

5db50f6 has already implemented the SplashScreen API by Android, and removed the custom splash screen. But the "double splash screen" warning persists in Google Play Console.

Not fixing for now.

@groaking groaking closed this as not planned Won't fix, can't repro, duplicate, stale Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right minor Good to have, but not quite essential
Projects
None yet
Development

No branches or pull requests

1 participant