You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/12/30 00:05:09 UTC

[GitHub] [cordova-ios] philippogol commented on issue #990: After upgrading to iOS 14 a black screen is quickly shown before splash screen appears ios

philippogol commented on issue #990:
URL: https://github.com/apache/cordova-ios/issues/990#issuecomment-752281458


   **solvedx3!**
   
   cordova 10.0.0
   ios: 6.1.0
   
   maybe this helps some one, I spent some hours updating our app, solving this new splash black screen issue, here the step-by-step: (i recommend building a new app just to make it work; zip/backup the original one)
   
   1. cordova create [NAMEAPP] [BUNDLEID] [NAMEAPP]
   2. on folder-root (not inside platform, is also not created) create this folder structure: res > screen > ios
   3. create this 3 following splashes (before building):
   4. name: Default@2x~iphone~anyany.png (size: 1334 × 1334)
   5. name: Default@3x~iphone~anyany.png (size: 2208 ×2208)
   6. name: Default@2x~ipad~anyany.png (size: 2732 × 2732)
   7. cordova platform add ios
   
   some tips:
   1. test it first on the simulator and play within until it works (if it does not work delete the app from the simulator and restart)
   2. when testing on device delete the previous app and **restart** the phone, otherwise will not work
   3. do not touch in xcode the folder Images.xcassets > LaunchStoryboard
   4. this official guide (ios section) helped me out: https://github.com/apache/cordova-plugin-splashscreen#installation
   
   additional thoughts:
   since everybody is using a splash image, cordova could provide dummy data for future versions and avoid issues


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org