Phonegap 应用程序提交到 AppStore - ITMS-9000 错误 [英] Phonegap app submission to AppStore - ITMS-9000 error

查看:29
本文介绍了Phonegap 应用程序提交到 AppStore - ITMS-9000 错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在尝试将我的 Phonegap 应用程序提交到 Appstore 时,我收到以下错误

On attempting to submit my Phonegap app to the Appstore I get the following error

错误 ITMS-9000:您的二进制文件未针对 iPhone 5 进行优化 - 针对 iOS 6 及更高版本提交的新 iPhone 应用程序和应用程序更新必须支持 iPhone 5 上的 4 英寸显示屏,并且必须包含带有 -568h 的启动图像紧跟在启动图像文件名的 <basename> 部分之后的大小修饰符.启动图像必须是 PNG 文件并且位于您的包的顶层,或者如果您本地化启动图像,则在每个 .lproj 文件夹中提供.

ERROR ITMS-9000: "Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted targeting iOS 6 and above must support the 4-inch display on iPhone 5 and must include a launch image with the -568h size modifier immediately following the <basename> portion of the launch image's filename. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images.

我在 Phonegap config.xml 中指定了以下启动图像

I have the following splash images specified in my Phonegap config.xml

<gap:splash src="images/splash320x480.png" width="320" height="480" />
<gap:splash src="images/splash640x960.png" width="640" height="960" />
<gap:splash src="images/splash1024x768.png" width="1024" height="768" />
<gap:splash src="images/splash768x1024.png" width="768" height="1024" />
<gap:splash src="images/splash1024x748.png" width="1024" height="748" />
<gap:splash src="images/splash1024x748.png" width="1024" height="748" />
<gap:splash src="images/splash1496x2048.png" width="1496" height="2048" />
<gap:splash src="images/splash768x1004.png" width="768" height="1004" />
<gap:splash src="images/splash1536x2008.png" width="1536" height="2008" />p
<gap:splash src="images/splash2048x1536.png" width="2048" height="1536" />
<gap:splash src="images/splash1536x2048.png" width="1536" height="2048" />
<gap:splash src="images/splash_retina_640x1136.png" width="640" height="1136" />
<gap:splash src="images/splash_retina_640x960.png" width="640" height="960" />
<gap:splash src="images/splash640x1136.png" width="640" height="1136" />

谁能指出我做错了什么?

Can anyone point me in the direction of what I'm doing wrong?

推荐答案

您必须添加适当的启动画面图像以支持 4.0 英寸设备.
启动画面的命名约定.
非视网膜 3.5" 设备的 Default.png.
视网膜 3.5" 设备的默认@2x.png.
视网膜 4.0" 设备的默认值为 568h@2x.png.

you have to add proper splash screen images for supporting 4.0 inch devices.
Naming convention for splash screen.
Default.png for non-retina 3.5" devices.
Default@2x.png for retina 3.5" devices.
Default-568h@2x.png for retina 4.0" devices.

这篇关于Phonegap 应用程序提交到 AppStore - ITMS-9000 错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆