During internal testing, the google play console reports the following warning:
The crawler detected a blank loading screen or a custom splash screen that is shown in your app after the system splash screen. Users launching your app on Android 12 or higher will see 2 splash screens. To fix this issue, update your app to use the SplashScreen API.
The video provided by google console from pixel 7 shows that it first launches the app logo as the first splash screen and after that it is redrawn with my own.
I implemented the splash screen according to this tutorial: Solar2D Documentation — Plugins | Splash Screen Control
Does anyone have a solution for this problem?
I would also like to ask if the number of warnings determines “visibility” on google play?