Search code examples
ioscordovaionic-frameworkphonegap

Cordova, Phonegap and ionic ( ios missing 1024x1024 icon )


Missing Marketing Icon. iOS Apps must include a 1024x1024px Marketing Icon in PNG format. Apps that do not include the Marketing Icon cannot be submitted for App Review or Beta App Review.

when you upload your application to the apple store magazine, you get a similar error with the above article?

You can find and apply the solution below.

Now the apple store wants to have 1024x1024px icon in the application. Otherwise, it will not allow the approval process.

I'm sorry for my bad english.


Solution

  • How to add "1024 application icon" in sys cordova?

    edit config file:

    <icon src="res/icon/ios/icon-1024.png" width="1024" height="1024" />
    

    command line:

    cordova prepare ios
    

    Don't forget to actually add the file res/icon/ios/icon-1024.png to the filesystem.