Modifying the app iTunes store picture

When your app appears in the iTunes store, the image that it uses is obtained from your app package with an image file called iTunesArtwork. You can customize this image file.

Perform this task in the copy of the DeploymentKitApp in Xcode on your computer.

Procedure

  1. in the folder DeploymentKitApp, Expand the folder Resources.
  2. Right-click one of the files iTunesArtwork or (for retina display), iTunesArtwork@2x, and then click Show in Finder to open a Finder window for these files.
    These files are just PNG format image files with the .png extension removed.
  3. Either edit the existing files or replace them with another PNG file.
    Important: Do not change the file name. Do not include a file extension.

    iTunesArtwork is a PNG format image file with the resolution 512 x 512 pixels. The file iTunesArtwork@2x has a resolution double that: 1024 x 1024. The artwork for the two files should be the same, and it is usually the same as your app icon.