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

好久不见. 提交于 2019-12-04 04:17:18

问题


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:


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.



来源:https://stackoverflow.com/questions/46875315/cordova-phonegap-and-ionic-ios-missing-1024x1024-icon

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!