app icon is missing for iTunes app accelerator in Xcode Organizer (appcelerator)

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-23 01:46:16

问题


When I build my titanium app in appcelerator, the app icon is missing from the organiser when I build it for app store submission

How can I resolve this thanks

Edit:

In itunes connect, this is how it appears after I select the build:

Icon is missing.


回答1:


Yes we need to have the iTunesArtwork(512X512) and iTunesArtwork@2x(1024X1024) in the folder Resource->iphone-> here we need to have that 2 files.




回答2:


I've met the same problem recently. I don't know the real reason behind that, but I find that if I change the extension of the image file directly from jpg to png, the AppIcon will not show in the organizer. However, if I open the image with the preview application, export png version of the image and add it to Xcode, the AppIcon will show in the organizer.

Hope this will be helpful for you.




回答3:


Do you have the iTunesArtwork and iTunesArtwork@2x images in the root of your Titanium project? They are simply png images without the extension. They go in the same folder as the tiapp.xml.




回答4:


Check alpha channel for all app icons. If alpha channel is exist then just remove alpha channel and then try it.

Thanks




回答5:


For iOS Only If you are using Ti SDK >= 5.0.0 GA you must make an Icon called DefaultIcon.png and Ti will make all icons you want automatically !.

You are recommended to add a 1024 x 1024 PNG image, named DefaultIcon.png placed in the project's root folder, which is used to generate all or only omitted icons for the project. New Titanium projects will have the DefaultIcon.png file.

Reference https://docs.appcelerator.com/platform/release-notes/?version=5.0.0.GA

For iOS and Android http://ticons.fokkezb.nl/ it`s awesome tool from https://stackoverflow.com/users/4626813/fokke-zandbergen



来源:https://stackoverflow.com/questions/35260214/app-icon-is-missing-for-itunes-app-accelerator-in-xcode-organizer-appcelerator

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