Cordova, Phonegap and ionic ( ios missing 1024x102

2019-02-24 12:57发布

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.

1条回答
beautiful°
2楼-- · 2019-02-24 13:51

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.

查看更多
登录 后发表回答