The phonegap remote build command doesn't include the resources folder in the zip upload and so the final app doesn't include any icon,splash screen etc assets.
You can reproduce the issue with a fresh Phonegap project -
> phonegap create hello-world --recipe hello-world
> cd hello-world
> phonegap run ios
This installs the app on a connected device with all the icon/splashscreen assets correctly set. However, if you do
The phonegap remote build command doesn't include the resources folder in the zip upload and so the final app doesn't include any icon,splash screen etc assets.
You can reproduce the issue with a fresh Phonegap project -
This installs the app on a connected device with all the icon/splashscreen assets correctly set. However, if you do
And then download and install the ipa - No icon or splash screen.