Hi!
How can I set my own splash screen?
In IOS I got it working.
For IOS I compile with phonegap and they've got clear instructions on how to add splash screen.
1. add the following plugin and setting to config.xml
<plugin name="cordova-plugin-splashscreen" />
<preference name="SplashScreenDelay" value="Time in ms" />
2. After that you just replace your "default@2x~universal~anyany.png" and your splash screen shows up instantly when I launch the app. I set loader style to nothing and use a loader layout that's only black because the game loads so fast anyways. IOS is perfect when I do that.
But whats the procedure for android when your using the build service?
Replacing the "default@2x~universal~anyany.png" doesn't do anything for android. Should I use the construct 3 splash and somehow replace that image? I can't find it anywhere in my apk though.
Do I need a third party plugin or something?