iOS app icon and splash screen issue.

  • 1
  • Problem
  • Updated 4 years ago
Hi, I having issues app icon and splash screen for iOS build while generating the build via adobe phonegap build site(build.phonegap.com). I created the phonegap application via phonegap desktop application. now its created the application with app icon and splash screen for iOS. I generated iOS build with this code and installed the app in iphone. now i didn't saw the app icon and splash screen images for that app. But I can see those images are configured in "config.xml, www/config.xml" file.

Can you please provide any suggestion to resolve this issues?
Photo of Harigharan E

Harigharan E

  • 4 Posts
  • 0 Reply Likes

Posted 4 years ago

  • 1
Photo of Chris Griffith

Chris Griffith, Champion

  • 347 Posts
  • 92 Reply Likes
Most likely it is a resource path issue. Are the icons and splash screen located within your www directory. Using the PhoneGap Desktop app will reference them as:
...
Photo of Harigharan E

Harigharan E

  • 4 Posts
  • 0 Reply Likes
those images are in the www folder only. those images are created by desktop application. I didn't updated path for app icons, splash screen in "config.xml" file..
Just I created brand new application via desktop app and generated the iOS build in site..
Photo of Harigharan E

Harigharan E

  • 4 Posts
  • 0 Reply Likes
I fixed the issues while generating the iOS build in command line..
Photo of JesseMonroy650 (Volunteer)

JesseMonroy650 (Volunteer), Champion

  • 3325 Posts
  • 122 Reply Likes
@Harigharan,
DO NOT USE THE Phonegap Desktop Application for building apps.

*Phonegap Desktop App* is a teaching and testing app. It is intended to show people how the system works. It is a sandbox environment.

- It is not intended for development.
- It is not intended to produce a final product.
- It requires *Phonegap Developer App*.
- You cannot add 3rd-Party Plugins to *Phonegap Developer App*.
- You cannot use *Phonegap Desktop App* with *Phonegap Build* without making changes to the structure and your workflow.

Jesse
Photo of Harigharan E

Harigharan E

  • 4 Posts
  • 0 Reply Likes
Ok thanks your information..