Ionic splash screen delay (takes a lot of time)

when i run my app in device splash screen tack a lot of time and make user boring from my app
i need to cancel splash screen
i need when user click on app icon my app run without any delay when app run
any suggestion please
thanks

you mean the splash screen itself or the white screen after splash?

What is your ionic info output?
What command do you use to build your app?

try this command to build your ionic app:

ionic cordova build android --release --prod

and in your config.xml, set your splash screen time to completely 0

1 Like

white screen after splash

this my ionic info output
@ionic/cli-utils : 1.9.2
ionic (Ionic CLI) : 3.9.2

global packages:

Cordova CLI : 7.0.1

local packages:

@ionic/app-scripts : 3.1.0
Cordova Platforms  : android 6.2.3
Ionic Framework    : ionic-angular 3.9.2

System:

ios-sim : 5.0.13
Node    : v6.10.0
npm     : 3.10.10
OS      : macOS Sierra
Xcode   : Xcode 8.3.3 Build version 8E3004b

i use ionic cordova build android
to build my app and move apk file to my device for testing

i tray build my app using ionic cordova build android --release --prod

but when tray to install in my device give me app not installed :frowning:
any suggestion please

what is the error message?

Did you sign your Apk before installing?