I followed Ashley's tutorial, How to export to mobile with PhoneGap, and had no trouble building a .ipa file with PhoneGap, getting it onto my iPhone 4S via iTunes, and testing. The app runs smoothly with no issues, but I'm having trouble getting my splash screens and icons to show up.
PhoneGap provides some documentation on how to include iOS icons and splash screens here (http://docs.build.phonegap.com/en_US/configuring_icons_and_splash.md.html#Icons%20and%20Splash%20Screens), but it's not working for me. I included all iOS 7.0+ icons, iOS 6.1 icons, and all splash screens (properly named and sized) in the app folder exported from C2, edited the config.xml file to include the code snippets from PhoneGap's documentation for iOS icons and splash screens, zipped all the files and uploaded them to PhoneGap.
After moving the .ipa file to my phone, my app icons do not show up and PhoneGap's logo shows up as a splash screen instead of my own. My config.xml has the following code...
Any idea what I'm doing wrong? I'd prefer not to use any 3rd party plugins because they are unofficial, not guaranteed to be continually supported/updated, and/or cost money.