ios - 提交 ipa 文件到 itunes connect

标签 ios iphone png phonegap-build

我使用 adobe.phonegap.build 构建了一个 ipa。现在我想使用 Application Loader 将此文件提交到 itunesconnect。在应用程序加载器中提交 ipa 时出现错误:

Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format.

我该如何解决这个问题?我为 Android 和 iOS 应用构建使用相同的 config.xml 文件。

最佳答案

看看this post ,看起来他有同样的问题。 看起来你的图像在你的项目中,大小错误或其中一些丢失了。喜欢苹果lists the icons他们需要,您应该确保项目中包含所有图片。

其他人刚刚发布了这个:

I just encountered the warning for the image sizes of 76x76, 120x120, and 152x152. It seems to be a new thing with iOS 7 as I built my app using PhoneGap 3.1. I created images of these sizes and added this to my config.xml:

<icon src="images/icon-certify-76.png" gap:platform="ios" width="76" height="76"/> 
<icon src="images/icon-certify-120.png" gap:platform="ios" width="120" height="120"/> 
<icon src="images/icon-certify-152.png" gap:platform="ios" width="152" height="152"/> 

关于ios - 提交 ipa 文件到 itunes connect,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28808788/

相关文章:

ios - 如何对 UIViewController 进行单元测试 - TDD/BDD

ios - GPX 文件不加载 iOS Xcode

iphone - UIBarButtonItem 不显示

iphone - 如何配置选项卡栏上的“更多”菜单

iphone - 在4.0之前的iOS中,是否存在线程安全的方法来创建PNG图像?

ios - Dropbox Core 和 Sync API 在 iOS 应用程序中一起使用

iphone - UIImagePickerController 基于旋转的相机 View 叠加

ios - 从 Safari 上的应用程序打开 PDF

python - 导入 matplotlib._png 失败

image-processing - 烟花PNG格式,有什么见解吗?任何库?