Phonegap Build - Uploading to App store problem

0 favourites
  • 6 posts
From the Asset Store
Create your own beautiful snowman in this fun game!
  • Anyone have any issues with taking their Phonegap Build ipa and uploading them with the Application Loader program? I keep getting these problems and I have no idea how to fix them..I made sure the icon files were in my folder when I compiled the project..

    Here is a screenshot of the errors coming up:

  • the error there is telling you that you are missing the 72x72 app icon.. just add it then you will be fine

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I did which didn't change the error that came up.

  • I had the problem a week ago, add this to your config.xml:

    " <icon src="icon.png" gap:platform="ios" />

    <icon src="icon-120.png" gap:platform="ios" width="120" height="120" />

    <icon src="icon-152.png" gap:platform="ios" width="152" height="152" />

    <icon src="icon-76.png" gap:platform="ios" width="76" height="76" />

    <icon src="icon-57.png" gap:platform="ios" width="57" height="57" />

    <icon src="icon-144.png" gap:platform="ios" width="144" height="144" />

    <icon src="icon-114.png" gap:platform="ios" width="114" height="114" />

    "

    Then add all those images with the correct width and height, that should fix it.

  • Thanks Here's one question, do you add those icon images into the folder before you zip up all the files and send to Phonegap Build or do you add the icon files to your C2 project before exporting?

  • I know it's a bit late, but to answer your question, it's BEFORE the upload I just had this same issue myself and was banging my head against a wall until I found this post!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)