iCon file is missing when upload to App Store

北城以北 提交于 2019-12-12 01:28:21

问题


When i upload my iPad app for iOS7 to app store , i got following message.

And here is my plist file.

I don't know where am i wrong?


回答1:


Change your way to add icons on your project. You can refer here. But, in your case, you have a problem with the name. Your icon is named iCons and the @2x named iCon@2x without S and verify if you have all your icons file in your resources.

Here the guidelines iOS for all icons and the new guidelines for iOS 7 here.

and Here a website to create all size of your icons for iOS 6, 7 and Android with the 1024*1024.

Add the different keys of your icon in your info.plist and add the icons in your resources :




回答2:


Under App icons category under general section , select correct image like this. see screen shot.



来源:https://stackoverflow.com/questions/19376962/icon-file-is-missing-when-upload-to-app-store

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