如何让我的ad hoc iPhone应用程序的图标显示在iTunes中? [英] How can I make my ad hoc iPhone application's icon show up in iTunes?

查看:103
本文介绍了如何让我的ad hoc iPhone应用程序的图标显示在iTunes中?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个带有图标文件Icon.png的iPhone应用程序。

I've got an iPhone app with icon file Icon.png.

当应用程序在手机上时,此图标会正确显示,但它没有t显示在iTunes的应用程序窗格中。

This icon shows up properly when the app is on the phone itself, but it doesn't show up in the applications pane in iTunes.

我需要做些什么才能让它正常显示?

What do I need to do to get it to show up properly?

推荐答案

最简洁的方法在官方Apple文档中描述,在试验发布应用程序的。以下是该页面上给出的确切说明:

The cleanest way to do this is described in the official Apple documentation, in a section called Publishing Applications for Testing. Below is the exact instructions given to you on that page:

测试人员看到的iTunes图片应该是应用程序的图标。此作品必须是名为 iTunesArtwork 的512 x 512 JPEG或PNG文件。请注意,文件不得包含扩展程序

The iTunes artwork your testers see should be your application’s icon. This artwork must be a 512 x 512 JPEG or PNG file named iTunesArtwork. Note that the file must not have an extension.

生成应用程序图标的文件后,请按照以下步骤将其添加到您的应用程序中:

After generating the file of your application’s icon, follow these steps to add it to your application:


  1. 在Xcode中打开您的项目。

  2. 在Groups&文件列表,选择资源组。

  3. 选择项目>添加到项目,导航到iTunesArtwork文件,然后单击添加。

  4. 在对话框中出现时,选择复制项目选项并单击添加。

  1. Open your project in Xcode.
  2. In the Groups & Files list, select the Resources group.
  3. Choose Project > Add to Project, navigate to your iTunesArtwork file, and click Add.
  4. In the dialog that appears, select the "Copy items" option and click Add.






请注意PNG或JPEG文件只是'iTunesArtwork',没有后缀。


Note that the PNG or JPEG file is just 'iTunesArtwork', with no suffix.

如果你在构建它之后尝试将文件复制到应用程序包中,它将会破坏应用程序签名,尝试将其同步到您的设备时会出现验证错误。确保图形文件包含在项目目标XCode中的复制包资源文件夹中(上面的步骤4)。

If you try to copy the file into the application bundle after you have built it, it will break the app signing, and you will get a verification error when trying to sync it to your device. Ensure that the artwork file is included in the "Copy Bundle Resources" folder, within your project's target in XCode (step 4, above).

这篇关于如何让我的ad hoc iPhone应用程序的图标显示在iTunes中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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