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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to