问题描述
当我在Appcelerator中构建我的Titanium应用程序时,Consorizer缺少App图标时,我为App Store提交的App Store提交
如何解决这一点,谢谢
编辑:
在iTunes中,这是我选择构建之后出现的方式:
缺少图标.
推荐答案
是的,我们需要在文件夹资源 - > iPhone->中拥有iTunesArtWork(512x512)和iTunesArtwork @ 2x(1024x1024),我们需要拥有2个文件.
其他推荐答案
我最近遇到了同样的问题.我不知道那样的真正原因,但我发现如果我直接从jpg更改图像文件的扩展,则Appicon将不会在组织者中显示.但是,如果我用预览应用程序打开图像,则导出图像的PNG版本并将其添加到Xcode中,Appicon将在组织者中显示.
希望这对您有所帮助.
其他推荐答案
您是否在Titanium项目的根目录中具有iTunesArtwork和iTunesArtwork@2x图像?它们只是没有扩展的png图像.它们与tiapp.xml相同的文件夹.
问题描述
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.
推荐答案
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.
其他推荐答案
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.
其他推荐答案
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.