Missing Marketing Icon - iOS Cordova

后端 未结 5 946

I get this error when uploading to AppStore:

iOS Apps must include a 1024x1024px Marketing Icon in PNG format. Apps that do not include the Marketing

5条回答
  •  一个人的身影
    2020-12-08 15:15

    For me I did like this.

    First, change the icon size to 1024x1024, In yourProject/resources/icon.png.

    Then, running this in your terminal.

    ionic cordova plugin save
    ionic cordova platform rm ios
    ionic cordova platform add ios
    

    Finally, IOS platform build successful and auto modifying config.xml successful.

    You will see in your config.xml. Then try upload your project to AppStore again.

提交回复
热议问题