erisu edited a comment on issue #968: URL: https://github.com/apache/cordova-ios/issues/968#issuecomment-675231217
Yes, as you have pointed out, the legacy launch images are no longer supported. Since Cordova-iOS 6.0, you should be migrating to use Launch Storyboard. This was mentioned in the release blog post, > Integrated SplashScreen plugin code & replaced Launch Images with Launch Storyboards > > If you're migrating from launch images, details on how to set up images for Launch Storyboards can be found in the SplashScreen documentation. > > https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-splashscreen/index.html#launch-storyboard-images The integration work of SplashScreen code and as well the deprecation of the legacy launch images were performed in PR #790. In the PR description: > Apple is deprecating Launch Images and will require Launch Storyboards for all apps as of April 2020 (Closes #770). I will be closing this issue as you have concluded the cause of the white SplashScreen for your app, pointed out the solution, and that the legacy support is not something we are providing. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
