Splashscreen displaying ionic logo vs my splashscreen on launch

So to my knowledge, i have done everything right, but the ionic logo is still flashing up very briefly on the app launch rather than my splash-screen.

See the link above for a gif on what my app is doing.

Currently i have removed the iOS platform, ran sudo ionic cordova resources generate multiple times and checked all the .xcodeproj file for traces of the original ionic logo, but can’t seem to find any anywhere.

If anyone has any knowledge to why the app is doing this, it would be much appriciated.

For parts of the config.xml that matter, see:

    <preference name="SplashMaintainAspectRatio" value="true" />
    <preference name="FadeSplashScreenDuration" value="300" />
    <preference name="SplashShowOnlyFirstTime" value="false" />
    <preference name="SplashScreenDelay" value="3000" />

which all came as default when creating the blank template.

  • Matt

Just an input:

That might be an issue with XCode, you have to put the logo in one by one with the exact resolution else it will display the default one.

Hi Cherry,

Thanks for your input. It turns out it appears to be a problem with the latest iOS 11.4 beta. Ran it through the simulator and on a co-workers iPhone X running iOS 11.3 and it’s all working fine, looks like it is just a glitch for this beta. Will keep monitoring it though.

  • Matt
1 Like