Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Removes the stored splash screen file from `Library/SplashBoard` so only the current splash screen is shown when app launches.

License

Notifications You must be signed in to change notification settings

styleseat/cordova-plugin-ios-remove-stored-splash-screen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Removes stored splash screen

Removes the splash screen that is stored in the Library/SplashBoard path.

How to use

Simply add the plugin to your cordova project via the cli:

cordova plugin add https://github.com/styleseat/cordova-plugin-ios-remove-stored-splash-screen

Background

When installing an app for the first time, the splash screen is stored inside the /Library/SplashBoard directory. When updating splash screens, the file at this path does not get updated and upon launching the app with the new splash screen, both the old and new splash screen will be rendered. This plugin removes the stored splash screen so only the new splash screen will be shown.

Here is a forum for more info: https://forums.developer.apple.com/message/321239#321239

About

Removes the stored splash screen file from `Library/SplashBoard` so only the current splash screen is shown when app launches.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published